Skip to content

Convert to Swift package and add tests #14

Convert to Swift package and add tests

Convert to Swift package and add tests #14

Workflow file for this run

name: Lint
on:
push:
paths:
- '**/*.swift'
pull_request:
paths:
- '**/*.swift'
jobs:
lint:
name: Lint
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log