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 4bd6978 commit f54aae9Copy full SHA for f54aae9
.github/workflows/README.md
@@ -5,12 +5,9 @@ This folder contains the following GitHub Actions:
5
- [CI][CI] - all CI jobs for the project
6
- lints the code
7
- `typecheck`s the code
8
- - automatically fixes & applies code style updates
9
- runs test suite
10
- - runs on `ubuntu-latest` with `node-versions` set to `[16x, 18x]`
+ - runs on `ubuntu-latest`
11
- [Release][Release] - automates the release process & changelog generation
12
-- [Lock Closed Issues][Lock Closed Issues] - Locks all closed issues after 14 days of being closed
13
14
[CI]: ./workflows/ci.yml
15
[Release]: ./workflows/release.yml
16
-[Lock Closed Issues]: ./workflows/lock-closed-issues.yml
0 commit comments