Skip to content

Commit f54aae9

Browse files
committed
chore: update worklows readme
1 parent 4bd6978 commit f54aae9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ This folder contains the following GitHub Actions:
55
- [CI][CI] - all CI jobs for the project
66
- lints the code
77
- `typecheck`s the code
8-
- automatically fixes & applies code style updates
98
- runs test suite
10-
- runs on `ubuntu-latest` with `node-versions` set to `[16x, 18x]`
9+
- runs on `ubuntu-latest`
1110
- [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
1311

1412
[CI]: ./workflows/ci.yml
1513
[Release]: ./workflows/release.yml
16-
[Lock Closed Issues]: ./workflows/lock-closed-issues.yml

0 commit comments

Comments
 (0)