Skip to content

Show native loading spinner only on initial load #159

Show native loading spinner only on initial load

Show native loading spinner only on initial load #159

Workflow file for this run

name: Run Lint Checks
on:
pull_request:
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