https://github.com/fuellabs/github-actions
Reusable Actions workflows
https://github.com/fuellabs/github-actions
Last synced: 8 months ago
JSON representation
Reusable Actions workflows
- Host: GitHub
- URL: https://github.com/fuellabs/github-actions
- Owner: FuelLabs
- License: apache-2.0
- Created: 2022-09-06T17:09:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T13:20:06.000Z (11 months ago)
- Last Synced: 2025-09-11T18:49:39.592Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 930 KB
- Stars: 11
- Watchers: 16
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changeset/README.md
- License: LICENSE.md
- Audit: audits/lenient-audit/README.md
Awesome Lists containing this project
README
# Github Actions
Repoistory to host all of Fuel's reusable workflows
## Group of Actions
| Group | Description |
| --------------------------------- | ---------------------------------------------------------------- |
| [audit](./audits/) | Reusable workflows for auditing npm packages |
| [changeset](./changeset/) | Reusable workflow for create changesets and release npm packages |
| [gh-projects](./gh-projects/) | Automating interactions between GH Projects and repositories |
| [setups/node](./setups/node/) | Setup node and pnpm requirements on CI |
| [setups/docker](./setups/docker/) | Setup docker and docker compose on CI |
| [setups/npm](./setups/npm/) | Setup npm deployment requirements on CI |
| [update-sdk](./update-sdk/) | Reusable workflow for update the SDK packages |
## License
The primary license for this repo is `Apache 2.0`, see [`LICENSE`](./LICENSE.md).