Skip to content

👷 Add CI build system. #1

👷 Add CI build system.

👷 Add CI build system. #1

Workflow file for this run

name: CI - Pull Request
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
uses: ./.github/workflows/lint.yml
secrets: inherit