Skip to content

Merge pull request #9 from kpcyrd/update #9

Merge pull request #9 from kpcyrd/update

Merge pull request #9 from kpcyrd/update #9

Workflow file for this run

name: Cargo fmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run fmt
run: cargo fmt --all -- --check