Skip to content

add changelog entry #145

add changelog entry

add changelog entry #145

Workflow file for this run

name: SwiftLint
on:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '**/*.swiftlint.yml'
- '**/*.swift'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
swiftlint:
name: Run SwiftLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict