Skip to content

Commit e40a5a5

Browse files
committed
Add JS checks
1 parent ba8a66a commit e40a5a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/js-checks.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: JS Checks
2+
3+
on:
4+
pull_request:
5+
push:
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
9+
cancel-in-progress: true
10+
11+
jobs:
12+
js-checks:
13+
uses: hemilabs/actions/.github/workflows/js-checks.yml@main

0 commit comments

Comments
 (0)