Skip to content

Bump actions/checkout from 2 to 4 (#1) #4

Bump actions/checkout from 2 to 4 (#1)

Bump actions/checkout from 2 to 4 (#1) #4

Workflow file for this run

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