Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
actions: integrate with bors
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 23, 2020
1 parent 8e52bb1 commit 12bad52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
status = [
"test (ubuntu-latest, stable)",
"test (macos-latest, stable)",
"test (windows-latest, stable)",
"rustfmt",
"clippy",
"continuous-integration/appveyor/branch"
]
delete_merged_branches = true
7 changes: 4 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
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 12bad52

Please sign in to comment.