We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb6783 commit 2cfb363Copy full SHA for 2cfb363
1 file changed
.github/workflows/README.md
@@ -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