0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00
websurfx/.github/workflows/rustfmt.yml
2023-05-13 19:36:11 +03:00

19 lines
339 B
YAML

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 }}