Skip to content

chore: update fork with changes from formigo #1

chore: update fork with changes from formigo

chore: update fork with changes from formigo #1

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false
- name: Run tests
run: go test ./...