Skip to content

fix: cannot start conversation - WPB-11572 #10641

fix: cannot start conversation - WPB-11572

fix: cannot start conversation - WPB-11572 #10641

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
container:
image: ghcr.io/realm/swiftlint:0.54.0
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
run: |
swiftlint --reporter github-actions-logging --strict --quiet