Skip to content

replace pkgx with pkgm #69

replace pkgx with pkgm

replace pkgx with pkgm #69

Workflow file for this run

name: Go Build
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Lint
uses: golangci/golangci-lint-action@v6
- name: Build
run: make build
- name: Test
run: make test