Skip to content

[MOB-3028] Run tests forcely #83

[MOB-3028] Run tests forcely

[MOB-3028] Run tests forcely #83

Workflow file for this run

name: SwiftLint
on: push
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:latest
steps:
- uses: actions/checkout@v3
- name: SwiftLint
run: |
swiftlint --reporter github-actions-logging --strict