Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Merge pull request #113 from invopop/gobl-0.81 #313

Merge pull request #113 from invopop/gobl-0.81

Merge pull request #113 from invopop/gobl-0.81 #313

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
id: go
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.58