Skip to content

Merge pull request #44 from kentucky-fried-kernel/winstonallo/feat/pr… #314

Merge pull request #44 from kentucky-fried-kernel/winstonallo/feat/pr…

Merge pull request #44 from kentucky-fried-kernel/winstonallo/feat/pr… #314

Workflow file for this run

name: cargo fmt -- --check
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add rustfmt
- run: cargo fmt -- --check