Skip to content

updated docc, better inline docs #11

updated docc, better inline docs

updated docc, better inline docs #11

Workflow file for this run

name: swiftlint
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
swiftlint:
runs-on: macos-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v3
- name: Swift Lint 🧹
run: swiftlint --strict