Skip to content

feat: add PDF resolver #52

feat: add PDF resolver

feat: add PDF resolver #52

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout 3m0s