Skip to content

Commit 2d5ff0c

Browse files
committed
ci: lint on push to prevent code style issues
1 parent b00f35b commit 2d5ff0c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/npm.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
branches: [master]
88

99
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: npm ci
15+
- run: npm run lint
16+
1017
test:
1118
runs-on: ubuntu-latest
1219

0 commit comments

Comments
 (0)