Spaces:
Runtime error
Runtime error
name: Rustfmt | |
on: | |
push: | |
branches: | |
- "**" | |
pull_request: | |
branches: | |
- "rolling" | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: dtolnay/rust-toolchain@stable | |
- uses: mbrobbel/rustfmt-check@master | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |