[migrate] to new workflow syntax

This commit is contained in:
Stefan Ruzitschka
2019-11-09 00:48:03 +01:00
parent 42d2bc9d78
commit a5f7824832
3 changed files with 28 additions and 18 deletions

13
.github/workflows/example.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Quickstart
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: icepuma/rust-action@master
with:
args: cd integration-test && cargo fmt -- --check && cargo clippy -- -Dwarnings && cargo test