Skip to content

Small onboarding refactorization + Fix mythic onboarding gradient as … #15

Small onboarding refactorization + Fix mythic onboarding gradient as …

Small onboarding refactorization + Fix mythic onboarding gradient as … #15

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]