Skip to content

Make policy optional for xades #22

Make policy optional for xades

Make policy optional for xades #22

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: Prepare .netrc
uses: extractions/netrc@v1
with:
machine: github.com
username: ${{ secrets.GO_MOD_USER }}
password: ${{ secrets.GO_MOD_PASS }}
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.52