Skip to content

Commit dafd103

Browse files
kpcyrdklittlepage
authored andcommitted
actions: Integrate with bors
1 parent 870863c commit dafd103

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.github/bors.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
status = [
2+
"test (ubuntu-latest, stable)",
3+
"test (macos-latest, stable)",
4+
"test (windows-latest, stable)",
5+
"rustfmt",
6+
"clippy",
7+
]
8+
delete_merged_branches = true

.github/workflows/default.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
build:
10+
test:
11+
name: test
1112
runs-on: ${{ matrix.os }}
1213
strategy:
1314
fail-fast: false
@@ -35,7 +36,7 @@ jobs:
3536
run: cargo doc
3637

3738
fmt:
38-
name: Rustfmt
39+
name: rustfmt
3940
runs-on: ubuntu-latest
4041
steps:
4142
- uses: actions/checkout@v2
@@ -53,7 +54,7 @@ jobs:
5354
args: --all -- --check
5455

5556
clippy:
56-
name: Clippy
57+
name: clippy
5758
runs-on: ubuntu-latest
5859
steps:
5960
- uses: actions/checkout@v2

bors.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)