Skip to content

fix: quarantine unreadable event files and recover from unopenable ones #1115

fix: quarantine unreadable event files and recover from unopenable ones

fix: quarantine unreadable event files and recover from unopenable ones #1115

Workflow file for this run

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