Skip to content

Replace isLegendary with a more semantic custom type #4

Replace isLegendary with a more semantic custom type

Replace isLegendary with a more semantic custom type #4

Workflow file for this run

name: SwiftLint
concurrency:
group: pr-checks-${{ github.event.number }}
cancel-in-progress: true
on:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/[email protected]