Skip to content

Bump cfg-if from 1.0.0 to 1.0.4 #622

Bump cfg-if from 1.0.0 to 1.0.4

Bump cfg-if from 1.0.0 to 1.0.4 #622

Workflow file for this run

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