Skip to content

Bump actions/checkout from 2 to 4 (#8) #13

Bump actions/checkout from 2 to 4 (#8)

Bump actions/checkout from 2 to 4 (#8) #13

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
paths:
- 'Sources/**.swift'
- '.github/workflows/lint.yml'
pull_request:
paths:
- 'Sources/**.swift'
- '.github/workflows/lint.yml'
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run Swiftlint
run: swiftlint --strict --reporter github-actions-logging