Skip to content

Handle key.educational_note_paths in SourceKit output #335

Handle key.educational_note_paths in SourceKit output

Handle key.educational_note_paths in SourceKit output #335

Workflow file for this run

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