https://github.com/panates/github-actions
Github reusable workflow for checking code quality of a NodeJS repository
https://github.com/panates/github-actions
Last synced: 10 months ago
JSON representation
Github reusable workflow for checking code quality of a NodeJS repository
- Host: GitHub
- URL: https://github.com/panates/github-actions
- Owner: panates
- License: mit
- Created: 2025-03-18T13:12:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T21:49:03.000Z (about 1 year ago)
- Last Synced: 2025-08-20T06:05:08.397Z (11 months ago)
- Language: JavaScript
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reusable Workflows for GitHub Actions
This Repository contains reusable workflows for GitHub Actions.
## Workflows
- NodeJS Quality Check Workflow
[node-qc.yaml](./docs/node-qc.md)
- NodeJS Release Workflow
[node-release.yaml](./docs/node-release.md)
- Sonar Analysis Workflow
[sonar.yaml](./docs/sonar.md)
## 📄 License
This project is licensed under the **MIT License**.