https://github.com/valian-ca/github-workflows
reusable GitHub Actions workflows
https://github.com/valian-ca/github-workflows
github workflows
Last synced: 2 months ago
JSON representation
reusable GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/valian-ca/github-workflows
- Owner: valian-ca
- License: mit
- Created: 2023-07-05T18:31:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-22T07:54:52.000Z (2 months ago)
- Last Synced: 2026-04-22T09:36:28.814Z (2 months ago)
- Topics: github, workflows
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GitHub Actions Workflows
[](http://makeapullrequest.com)
This repository defines reusable GitHub Actions workflows for this organisation.
## Contributing
### Linting Commits Locally
Run the following to setup automatic linting of commits:
```shell
# install dependencies and git hooks
npm install
```