Skip to content

generate gofumpt and go-licenser compliant code #2

generate gofumpt and go-licenser compliant code

generate gofumpt and go-licenser compliant code #2

Workflow file for this run

name: Go
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: go test ./...