Skip to content

chore: replace the rust builder action #20

chore: replace the rust builder action

chore: replace the rust builder action #20

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: rust-build/[email protected]
with:
args: cargo fmt -- --check && ./clippy.sh && cargo test --locked