Skip to content

fix: add enum serialisation #17

fix: add enum serialisation

fix: add enum serialisation #17

Workflow file for this run

name: 🧼 SwiftFormat
on:
pull_request:
types: [opened, synchronize]
jobs:
swiftformat:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Install SwiftFormat
run: brew install swiftformat
- name: Run SwiftFormat in Strict Mode
run: swiftformat . --strict