Skip to content

fix: Track call related events - WPB-11333 #10602

fix: Track call related events - WPB-11333

fix: Track call related events - WPB-11333 #10602

Workflow file for this run

name: SwiftLint
on:
pull_request:
merge_group:
types: [checks_requested]
# This is what will cancel the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
container:
image: ghcr.io/realm/swiftlint:0.55.1
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
run: |
swiftlint --reporter github-actions-logging --strict --quiet