There was an error while loading. Please reload this page.
2 parents bbd8064 + f5bfb64 commit f276d35Copy full SHA for f276d35
1 file changed
.github/workflows/lint.yaml
@@ -1,11 +1,11 @@
1
name: Run ESLint
2
-on: [push]
+on: [pull_request]
3
jobs:
4
Run-ESLint:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Check out code
8
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
9
- name: Install dev dependencies
10
run: npm install --no-audit
11
- name: Run ESLint
0 commit comments