Skip to content

fix: migrate legacy data (#62) #249

fix: migrate legacy data (#62)

fix: migrate legacy data (#62) #249

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Xcode 14
run: |
sudo xcode-select -switch /Applications/Xcode_14.1.app
- name: Lint
run: swiftlint --strict # force to fix warnings too