Skip to content

feat: add nested path tests #2

feat: add nested path tests

feat: add nested path tests #2

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