Skip to content

Commit

Permalink
Add code lint to things bors checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Sep 1, 2020
1 parent da7264e commit 156876e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
push:
branches:
- '**'
- '!trying'
- '!staging'
- '!master'

name: lint
Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
status = [
"Audit",
"Code lint",
"Test on linux",
"Test on macos",
"Test on windows"
Expand Down

0 comments on commit 156876e

Please sign in to comment.