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

Merge pull request #108 from invopop/gobl-0.78 #290

Merge pull request #108 from invopop/gobl-0.78

Merge pull request #108 from invopop/gobl-0.78 #290

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@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.55