Skip to content

Merge pull request #48 from MaricoHan/develop #51

Merge pull request #48 from MaricoHan/develop

Merge pull request #48 from MaricoHan/develop #51

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
uses: golangci/[email protected]
with:
working-direcetory: .
version: latest
skip-build-cache: true
skip-pkg-cache: true
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: go build -v ./