Skip to content

Commit

Permalink
ci: run lint on every pull_request (#1196)
Browse files Browse the repository at this point in the history
The build was broken because a dependabot pull_request changed the eslint rules.
  • Loading branch information
Jason3S authored May 1, 2021
1 parent 8e03d2f commit 8cc26d7
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
name: Lint
on:
pull_request:
paths:
- ".eslint*"
- ".prettier*"
- "**/*.js"
- "**/*.ts"
- "**/*.md"
- "**/*.json"
- "**/*.yml"
- "**/*.yaml"
push:
paths:
- ".eslint*"
- ".prettier*"
- "**/*.js"
- "**/*.ts"
- "**/*.md"
- "**/*.json"
- "**/*.yml"
- "**/*.yaml"
branches-ignore:
- "dependabot/**"
branches:
- master

jobs:
lint:
Expand Down

0 comments on commit 8cc26d7

Please sign in to comment.