Skip to content

fmt: Specify format config (#2) #16

fmt: Specify format config (#2)

fmt: Specify format config (#2) #16

Workflow file for this run

name: Check
on:
pull_request:
push:
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check