Skip to content

Call setup and teardown only once for PLZ #94

Call setup and teardown only once for PLZ

Call setup and teardown only once for PLZ #94

Workflow file for this run

---
name: "Golang Lint"
on:
- push
- pull_request
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
args: --timeout=5m