Skip to content

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

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

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

Workflow file for this run

on: push
name: lint
jobs:
run-tests:
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 fmt --all -- --check