Skip to content

Gen IR version: 0.5.0 #31

Gen IR version: 0.5.0

Gen IR version: 0.5.0 #31

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '**.swift'
jobs:
# Runs swiftlint on any pull request to main (note: this runs for _all_ files, not only the changed files in the PR!)
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cirruslabs/swiftlint-action@v1
with:
version: latest
args: "--strict"