Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 5, 2024
1 parent bbb6783 commit 2cfb363
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# GitHub Actions

This folder contains the following GitHub Actions:

- [CI][CI] - all CI jobs for the project
- lints the code
- `typecheck`s the code
- runs test suite
- runs on `ubuntu-latest`
- [Release][Release] - automates the release process & changelog generation

[CI]: ./workflows/ci.yml
[Release]: ./workflows/release.yml

0 comments on commit 2cfb363

Please sign in to comment.