Skip to content

update build cache

update build cache #2

Workflow file for this run

name: Check formatting
on:
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format
run: |
cargo fmt --check