Configure Bors

Bors: I'll save you Meguca!

type: development
This commit is contained in:
Casey Rodarmor 2020-01-31 04:20:37 -08:00
parent dc95bc53b2
commit a6745e2a41
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Main
on: [push] on: [push]
jobs: jobs:
build: all:
strategy: strategy:
matrix: matrix:
os: os:
@ -19,7 +19,7 @@ jobs:
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Install - name: Install
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:

2
bors.toml Normal file
View File

@ -0,0 +1,2 @@
status = ["all"]
use_squash_merge = true