Skip to content

add specific handling for stargaze; make getAPR more generic; make qu… #71

add specific handling for stargaze; make getAPR more generic; make qu…

add specific handling for stargaze; make getAPR more generic; make qu… #71

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48.0
args: --timeout=3m