Skip to content

Commit f276d35

Browse files
authored
Merge branch 'main' into loading-indicator
2 parents bbd8064 + f5bfb64 commit f276d35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Run ESLint
2-
on: [push]
2+
on: [pull_request]
33
jobs:
44
Run-ESLint:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Check out code
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v6
99
- name: Install dev dependencies
1010
run: npm install --no-audit
1111
- name: Run ESLint

0 commit comments

Comments
 (0)