Skip to content

tech(CI): Update workflows #63

tech(CI): Update workflows

tech(CI): Update workflows #63

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Lint PR code
uses: norio-nomura/[email protected]
env:
DIFF_BASE: ${{ github.base_ref }}
- name: Run tests
run: swift test