Skip to content

Initial implementation #2

Initial implementation

Initial implementation #2

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@v4
with:
go-version: '1.23'
- 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@v4
with:
go-version: '1.23'
- run: make test