Skip to content

Update actions/checkout digest to 11bd719 #5

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #5

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1