Skip to content

Bump actions/checkout from 4 to 6 #33

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #33

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: norio-nomura/[email protected]