Skip to content

dev-infra: add github action support #7

dev-infra: add github action support

dev-infra: add github action support #7

Workflow file for this run

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