Skip to content

Fix color scheme switching in sample app #80

Fix color scheme switching in sample app

Fix color scheme switching in sample app #80

Workflow file for this run

name: Run Lint Checks
on:
pull_request:
paths:
- ".github/workflows/swiftlint.yml"
- ".swiftlint.yml"
- "**/*.swift"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run SwiftLint
uses: norio-nomura/[email protected]
with:
args: --strict
- name: Check License Headers
run: ./Scripts/copy_license && git diff --name-only --exit-code