Skip to content

Commit bceff77

Browse files
feat(workflows): update
1 parent ac02dff commit bceff77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Checks
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check:
8+
name: Checks
9+
uses: atls/shared/.github/workflows/checks.yaml@master
10+
permissions: write-all
11+
with:
12+
node-version: '22'

0 commit comments

Comments
 (0)