Skip to content

Commit 33ea380

Browse files
more workflow fixes
1 parent 00d931b commit 33ea380

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
name: Tests
1+
name: Linter
22

33
on: push
44

55
jobs:
6-
build:
6+
linter:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Node.js 23.x
1111
uses: actions/setup-node@v4
1212
with:
1313
node-version: 23.x
14+
1415
- name: Install dependencies
1516
run: yarn install --dev
17+
1618
- name: Lint files
1719
run: yarn run lint

0 commit comments

Comments
 (0)