Skip to content

Commit dbaa18a

Browse files
committed
ignore eslint
1 parent a21cee7 commit dbaa18a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.eslintrc.js

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Check"
33
on: [push]
44

55
jobs:
6-
javascript:
6+
lint:
77
runs-on: ubuntu-latest
88

99
steps:

0 commit comments

Comments
 (0)