Skip to content

Commit 2cfb363

Browse files
committed
chore: wip
1 parent bbb6783 commit 2cfb363

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GitHub Actions
2+
3+
This folder contains the following GitHub Actions:
4+
5+
- [CI][CI] - all CI jobs for the project
6+
- lints the code
7+
- `typecheck`s the code
8+
- runs test suite
9+
- runs on `ubuntu-latest`
10+
- [Release][Release] - automates the release process & changelog generation
11+
12+
[CI]: ./workflows/ci.yml
13+
[Release]: ./workflows/release.yml

0 commit comments

Comments
 (0)