Skip to content

fix: env in ci is wrong #3

fix: env in ci is wrong

fix: env in ci is wrong #3

Workflow file for this run

name: OVFS Format Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Format Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Format Check
run: cargo fmt -- --check