Skip to content

[Improvement] Path Completions #124

[Improvement] Path Completions

[Improvement] Path Completions #124

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- master
- 'release/**'
paths:
- '.github/workflows/swiftlint.yml'
- '**/.swiftlint.yml'
- '**.swift'
pull_request:
branches:
- master
- 'release/**'
paths:
- '.github/workflows/swiftlint.yml'
- '**/.swiftlint.yml'
- '**.swift'
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/[email protected]
with:
args: --strict