Skip to content

Catty 8 implement scene transition brick #2288

Catty 8 implement scene transition brick

Catty 8 implement scene transition brick #2288

Workflow file for this run

name: swiftlint
on:
pull_request:
paths:
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint with SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --config .swiftlint.yml --strict
env:
WORKING_DIRECTORY: src