Skip to content

Bump version (4.1.0) #104

Bump version (4.1.0)

Bump version (4.1.0) #104

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