Skip to content

Commit

Permalink
actions: Integrate with bors
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 24, 2020
1 parent 8e52bb1 commit e417a55
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/bors.toml
@@ -0,0 +1,8 @@
status = [
"test (ubuntu-latest, stable)",
"test (macos-latest, stable)",
"test (windows-latest, stable)",
"rustfmt",
"clippy",
]
delete_merged_branches = true
7 changes: 4 additions & 3 deletions .github/workflows/default.yml
Expand Up @@ -7,7 +7,8 @@ on:
branches: [ master ]

jobs:
build:
test:
name: test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
run: cargo doc

fmt:
name: Rustfmt
name: rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -53,7 +54,7 @@ jobs:
args: --all -- --check

clippy:
name: Clippy
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 0 additions & 4 deletions bors.toml

This file was deleted.

0 comments on commit e417a55

Please sign in to comment.