Skip to content

fix: calling survey countly events - WPB-11629 #10635

fix: calling survey countly events - WPB-11629

fix: calling survey countly events - WPB-11629 #10635

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