Skip to content

TableGroup ProductGroup coloring, shared update #59

TableGroup ProductGroup coloring, shared update

TableGroup ProductGroup coloring, shared update #59

Workflow file for this run

name: SwiftFormat
on:
pull_request:
paths:
- '.github/workflows/swiftformat.yml'
- '.swiftformat'
- '**/*.swift'
jobs:
format:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run SwiftFormat
run: swift run swiftformat . --lint