Skip to content

add debug method to input to improve debugging ux #13

add debug method to input to improve debugging ux

add debug method to input to improve debugging ux #13

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
hygiene:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: Install Licenser
run: go install github.com/liamawhite/licenser@21016ac7e79acc475e3b11f71aac7499a21790a5
- run: make hygiene
- run: make dirty
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- run: make test