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: about 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:02:39.000Z (over 2 years ago)
- Last Synced: 2025-08-13T18:52:07.105Z (10 months ago)
- Topics: github-actions, nodejs, reusable-workflows
- Language: Shell
- Homepage:
- Size: 193 KB
- Stars: 1
- 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: test
on:
- push
- pull_request
jobs:
test:
uses: Byndyusoft/node-reusable-workflows/.github/workflows/test.yaml@master
```
### .github/workflows/deploy.yaml
```yaml
name: deploy
on:
- workflow_dispatch
jobs:
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).