Skip to content

Bump actions/checkout from 4 to 6 (#24) #111

Bump actions/checkout from 4 to 6 (#24)

Bump actions/checkout from 4 to 6 (#24) #111

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.6,just@1,cargo-msrv@0.16
- run: just verify