Skip to content

treat SwiftLint warnings as errors #33

treat SwiftLint warnings as errors

treat SwiftLint warnings as errors #33

Workflow file for this run

name: SwiftLint
on:
push:
pull_request:
types:
- opened
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict