https://github.com/straw-hat-team/github-actions-workflows
A set of GitHub Actions Workflow Templates
https://github.com/straw-hat-team/github-actions-workflows
asdf elixir elixir-lang github-actions github-workflows nodejs
Last synced: 8 months ago
JSON representation
A set of GitHub Actions Workflow Templates
- Host: GitHub
- URL: https://github.com/straw-hat-team/github-actions-workflows
- Owner: straw-hat-team
- License: mit
- Created: 2021-11-25T04:57:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T04:31:58.000Z (over 1 year ago)
- Last Synced: 2024-11-10T05:16:55.770Z (over 1 year ago)
- Topics: asdf, elixir, elixir-lang, github-actions, github-workflows, nodejs
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions Workflows
A set of GitHub Actions Workflow Templates.
- [References](#references)
## References
### Actions
- [semantic-pull-request](./semantic-pull-request/README.md): ensures that the Pull Request title matches Conventional
Commits spec.
#### asdf
- [asdf/get-version](./asdf/get-version/README.md): return the version for a given asdf plugin.
#### Elixir-Lang
- [elixir/compilation-warnings](./elixir/compilation-warnings/README.md): compiles the code treating warnings as errors.
- [elixir/credo](./elixir/credo/README.md): runs Credo linter.
- [elixir/dialyzer](./elixir/dialyzer/README.md): runs Dialyzer typespec check.
- [elixir/format](./elixir/format/README.md): runs formatter.
- [elixir/publish](./elixir/publish/README.md): publish a release to Hex.
- [elixir/setup](./elixir/setup/README.md): setup Elixir, use `.tool-versions` file as a fallback for the versions.
- [elixir/test](./elixir/test/README.md): runs tests.
- [elixir/umbrella-publish](./elixir/umbrella-publish/README.md): publish an Elixir package to Hex.pm from an Umbrella
app setup.
#### Git
- [git/set-sht-bot-user](./git/set-sht-bot-user/README.md): set the Straw Hat Team Bot Git user.
#### NodeJS
- [nodejs/setup](./nodejs/setup/README.md): setup NodeJS, use `.tool-versions` file as a fallback for the version.
- [nodejs/prettier](./nodejs/prettier/README.md): runs prettier check on all files.
- [nodejs/jest](./nodejs/jest/README.md): runs jest runner in the project.
### Workflows Templates
- [Workflows Templates](./.github/workflows/README.md)