Skip to content

Modeling Exercise: Add dependency and integrate the "apollon-ios-module" #402

Modeling Exercise: Add dependency and integrate the "apollon-ios-module"

Modeling Exercise: Add dependency and integrate the "apollon-ios-module" #402

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Fetch base ref
run: |
git fetch --prune --no-tags --depth=1 origin +refs/heads/${{ github.base_ref }}:refs/heads/${{ github.base_ref }}
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: ezraberch/[email protected]
with:
args: --config swiftlint.yml
env:
DIFF_BASE: ${{ github.base_ref }}
DIFF_HEAD: HEAD