Skip to content

Update documentation #14

Update documentation

Update documentation #14

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- main
paths:
- ".github/workflows/swiftlint.yml"
- ".swiftlint.yml"
- "**/*.swift"
pull_request:
paths:
- ".github/workflows/swiftlint.yml"
- ".swiftlint.yml"
- "**/*.swift"
jobs:
swiftlint:
if: '!github.event.pull_request.merged'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1