Skip to content

Genbank parser rewrite #40

Genbank parser rewrite

Genbank parser rewrite #40

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: latest
args: -c .golangci.yml