Skip to content

Merge pull request #69 from attestantio/support-keystore #246

Merge pull request #69 from attestantio/support-keystore

Merge pull request #69 from attestantio/support-keystore #246

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '^1.22'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true