Skip to content

use new logger and envhelp command #19

use new logger and envhelp command

use new logger and envhelp command #19

Workflow file for this run

name: go-checks
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go environment
uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3