Mapbox Standard Style (3D Buildings) #3
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: Test Pull Requests | |
on: | |
pull_request: | |
branches: [ main ] | |
# this allows us to manually run this job | |
workflow_dispatch: | |
jobs: | |
# Lint Check | |
swift-lint-check: | |
name: SwiftLint Check | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Lint code | |
run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging |