Skip to content

Tweak the CI stuff

Tweak the CI stuff #6

Workflow file for this run

name: Rust Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Format Check
run: cargo fmt -- --check