Skip to content

Refractor and format project #5

Refractor and format project

Refractor and format project #5

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
Lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log