Skip to content

Bump actions/checkout from 3 to 4 #395

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #395

Workflow file for this run

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