Skip to content

fix(swift): remove circular references from FilePersistedValue #7

fix(swift): remove circular references from FilePersistedValue

fix(swift): remove circular references from FilePersistedValue #7

Workflow file for this run

name: Format
on:
pull_request:
paths:
- "**/*.swift"
- ".github/workflows/validate-format.yml"
jobs:
format:
name: Validate Swift formatting
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- run: swiftformat --lint --reporter github-actions-log .