https://github.com/byndyusoft/node-reusable-workflows
Reusable workflows for Node.js
https://github.com/byndyusoft/node-reusable-workflows
github-actions nodejs reusable-workflows
Last synced: 2 months ago
JSON representation
Reusable workflows for Node.js
- Host: GitHub
- URL: https://github.com/byndyusoft/node-reusable-workflows
- Owner: Byndyusoft
- License: apache-2.0
- Created: 2022-01-21T14:02:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:02:39.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:18:16.414Z (4 months ago)
- Topics: github-actions, nodejs, reusable-workflows
- Language: Shell
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-reusable-workflows
[](https://github.com/Byndyusoft/node-reusable-workflows/actions/workflows/test-myself.yaml)
[](https://github.com/prettier/prettier)Reusable workflows for Node.js
## Requirements
- Node.js v14 LTS or later
- yarn## Usage
### .github/workflows/test.yaml
```yaml
name: teston:
- push
- pull_requestjobs:
test:
uses: Byndyusoft/node-reusable-workflows/.github/workflows/test.yaml@master
```### .github/workflows/deploy.yaml
```yaml
name: deployon:
- workflow_dispatchjobs:
deploy:
uses: Byndyusoft/node-reusable-workflows/.github/workflows/deploy.yaml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
```## Maintainers
- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <>
- [@Byndyusoft/team](https://github.com/orgs/Byndyusoft/teams/team)
- [@KillWolfVlad](https://github.com/KillWolfVlad)## License
This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).