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

19 lines
339 B
YAML
Raw Normal View History

name: Rustfmt
on:
push:
branches:
2023-05-13 12:36:11 -04:00
- "**"
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 }}