Skip to content

Setup Github Actions #8

Setup Github Actions

Setup Github Actions #8

Workflow file for this run

name: CI/CD
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make install
- run: invoke test