Skip to content

Commit

Permalink
fix(bors.toml, build.yml): check for new linter, rename linter to "Li…
Browse files Browse the repository at this point in the history
…nt style" (#4539)

Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
  • Loading branch information
gebner and bryangingechen committed Oct 8, 2020
1 parent 73f119e commit a912455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
style_lint:
name: Check for copyright header, module doc and long lines
name: Lint style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
status = ["Build mathlib", "Lint mathlib", "Run tests"]
status = ["Build mathlib", "Lint mathlib", "Run tests", "Lint style"]
use_squash_merge = true
timeout_sec = 21600
block_labels = ["not-ready-to-merge", "WIP", "blocked-by-other-PR"]
Expand Down

0 comments on commit a912455

Please sign in to comment.