Skip to content

fix swiftlint

fix swiftlint #8

Workflow file for this run

name: SwiftLint
on:
push:
pull_request:
workflow_dispatch:
jobs:
swiftlint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict