Skip to content

Commit 8cc26d7

Browse files
authoredMay 1, 2021
ci: run lint on every pull_request (#1196)
The build was broken because a dependabot pull_request changed the eslint rules.
1 parent 8e03d2f commit 8cc26d7

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed
 

‎.github/workflows/lint.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
11
name: Lint
22
on:
33
pull_request:
4-
paths:
5-
- ".eslint*"
6-
- ".prettier*"
7-
- "**/*.js"
8-
- "**/*.ts"
9-
- "**/*.md"
10-
- "**/*.json"
11-
- "**/*.yml"
12-
- "**/*.yaml"
134
push:
14-
paths:
15-
- ".eslint*"
16-
- ".prettier*"
17-
- "**/*.js"
18-
- "**/*.ts"
19-
- "**/*.md"
20-
- "**/*.json"
21-
- "**/*.yml"
22-
- "**/*.yaml"
23-
branches-ignore:
24-
- "dependabot/**"
5+
branches:
6+
- master
257

268
jobs:
279
lint:

0 commit comments

Comments
 (0)
Please sign in to comment.