Skip to content

build: pass YAML_DEFINE_STATIC to the CInterop #170

build: pass YAML_DEFINE_STATIC to the CInterop

build: pass YAML_DEFINE_STATIC to the CInterop #170

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.51.0
steps:
- uses: actions/checkout@v3
- name: SwiftLint
run: swiftlint lint --strict