Skip to content

tech(CI): Update workflows (#26) #68

tech(CI): Update workflows (#26)

tech(CI): Update workflows (#26) #68

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 PR code
uses: stanfordbdhg/action-swiftlint@v4
env:
DIFF_BASE: ${{ github.base_ref }}
- name: Run tests
run: swift test