Skip to content

ci(gh-actions): check cargo fmt for all projects #51

ci(gh-actions): check cargo fmt for all projects

ci(gh-actions): check cargo fmt for all projects #51

Workflow file for this run

on: push
name: build
jobs:
check-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions-rs/[email protected]
with:
toolchain: 1.77.2
- run: cargo build