Skip to content

remove obsolete links #604

remove obsolete links

remove obsolete links #604

Workflow file for this run

name: Check format
on:
push:
branches:
- stage7
pull_request:
branches:
- stage7
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