spacex / .github /workflows /rustfmt.yml
neon_arch
ci: add rust specific ci and auto-gen oss standard labels
3be13d0
raw
history blame
293 Bytes
name: Rustfmt
on:
push:
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 }}