Skip to content

tech(CI): Update workflows #64

tech(CI): Update workflows

tech(CI): Update workflows #64

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint code
run: swiftlint lint
- name: Run tests
run: swift test