Skip to content

Bump actions/checkout from 5 to 6 #667

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #667

Workflow file for this run

name: Check format
on:
push:
branches:
- stage0
pull_request:
branches:
- stage0
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v6
with:
submodules: true
- name: Check Cargo availability
run: cargo --version
- name: Check Formatting
run: cargo fmt -- --check