Skip to content

Merge pull request #160 from mapbox/11.3.2 #18

Merge pull request #160 from mapbox/11.3.2

Merge pull request #160 from mapbox/11.3.2 #18

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Configure .netrc
run: |
echo "machine api.mapbox.com login mapbox password ${{ secrets.SDK_REGISTRY_TOKEN }}" >> ~/.netrc
chmod 0600 ~/.netrc
- name: Check SPM manifest
run: swift package resolve
- name: Check CocoaPods manifest
run: pod spec lint