Skip to content

Convert to Swift package and add tests #9

Convert to Swift package and add tests

Convert to Swift package and add tests #9

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set timezone
uses: szenius/[email protected]
with:
timezoneMacos: "America/Denver"
- name: SwiftFormat
run: swiftformat --lint . --reporter github-actions-log