Skip to content

📝 Update README

📝 Update README #9

Workflow file for this run

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