feat: support building without UIKit (#235) #689
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
lint: | |
runs-on: macos-13 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Set Xcode 15 | |
run: | | |
sudo xcode-select -switch /Applications/Xcode_15.2.app | |
- name: Lint | |
run: swiftlint --strict # force to fix warnings too |