Skip to content

Fix lint error

Fix lint error #16

Workflow file for this run

name: CI
on: push
jobs:
test:
name: Run tests
runs-on: macos-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v2
- name: 📋 Build and test
run: swift test
- name: 🔎 Run lint checks
run: sh .github/scripts/lint.sh