Skip to content

dev-infra: add github action support #6

dev-infra: add github action support

dev-infra: add github action support #6

Workflow file for this run

name: test
on:
push:
branches:
- main
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Tests
run: swift test