Skip to content

Bump actions/checkout from 3 to 4 #37

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #37

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- master
paths:
- '.github/workflows/swiftlint.yml'
- '**/.swiftlint.yml'
- '**.swift'
pull_request:
branches:
- master
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