Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpetetot/gh-test
https://github.com/bpetetot/gh-test
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpetetot/gh-test
- Owner: bpetetot
- Created: 2020-11-22T12:02:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T12:13:25.000Z (over 3 years ago)
- Last Synced: 2024-10-04T10:18:40.384Z (about 1 month ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GitHub Actions tests
Some tests about GitHub actions.
All action workflows are located in `.github/workflows` folder.**Actions tested:**
`ci.yml`
- Checkout the repository ([action used](https://github.com/actions/checkout))
- Set up node ([action used](https://github.com/actions/setup-node))
- Cache dependencies ([action used](https://github.com/actions/cache))
- Add a thanks message in the PR comment ([action used](https://github.com/marocchino/sticky-pull-request-comment))
- Execute linter and annotate PR if fails ([action used](https://github.com/marketplace/actions/lint-action))
- Execute tests, annotate PR if fails and comment a coverage report ([action used](https://github.com/marketplace/actions/jest-annotations-coverage))`automerge.yml`
- Automatically squash merge PR when "🚀 Ready to merge label" is set ([action used](https://github.com/pascalgn/automerge-action))
`release.yml`
- Checkout the repository ([action used](https://github.com/actions/checkout))
- Create a release when a tag is pushed ([action used](https://github.com/actions/create-release))