Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 835474a

Browse files
committed
update GH action
1 parent e11aba9 commit 835474a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/static-checks.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
name: Static Checks
22
on:
3-
workflow_call:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- "**"
49
jobs:
510
setup:
611
name: Setup Node.js
7-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v2
12+
uses: actions/setup-node@23755b521f87533c8ed7f8fb13674f9021579e34 # v4
813
with:
9-
node-version: '22'
14+
node-version: "22"
1015

1116
lint:
1217
name: ESLint Check

0 commit comments

Comments
 (0)