Skip to content

Migrate CircleCI basic config to the GHA #6

Migrate CircleCI basic config to the GHA

Migrate CircleCI basic config to the GHA #6

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