Skip to content

[BugFix] Fix Startup unintended animation #30

[BugFix] Fix Startup unintended animation

[BugFix] Fix Startup unintended animation #30

Workflow file for this run

name: Lint code
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- '.github/workflows/codelint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging