Skip to content

FizzBee Test adaptor proof of concept #33

FizzBee Test adaptor proof of concept

FizzBee Test adaptor proof of concept #33

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache: true # caching and restoring go modules and build outputs
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: -v