rust-action/.github/workflows/example.yml

14 lines
277 B
YAML
Raw Normal View History

2019-11-08 23:48:03 +00:00
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