Skip to content

Merge branch 'main' into develop-1.0 #584

Merge branch 'main' into develop-1.0

Merge branch 'main' into develop-1.0 #584

Workflow file for this run

name: Rustfmt
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}