Skip to content

Interactive config editor #341

Interactive config editor

Interactive config editor #341

Workflow file for this run

name: run-tests
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run code generation
run: go generate ./...
- name: Run tests
run: make test