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

Merge pull request #78 from invopop/gobl-0.53 #200

Merge pull request #78 from invopop/gobl-0.53

Merge pull request #78 from invopop/gobl-0.53 #200

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.51