Skip to content

Commit 1928823

Browse files
committed
fix action
1 parent 41a1bc1 commit 1928823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ESLint CodeX
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
lint:
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Cache dependencies
13-
uses: actions/cache@v2
13+
uses: actions/cache@v4
1414
with:
1515
path: ~/.npm
1616
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)