Handle key.educational_note_paths in SourceKit output #335
Workflow file for this run
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: pod lib lint | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: ['*'] | |
jobs: | |
pod_lib_lint: | |
name: pod lib lint | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: maxim-lobanov/setup-xcode@v1 | |
with: | |
xcode-version: 15.3 | |
- run: bundle install --path vendor/bundle | |
- run: bundle exec pod repo update | |
- run: bundle exec pod lib lint --verbose |