Skip to content

Merge pull request #372 from gittuf/use-rewritten-gitinterface #2139

Merge pull request #372 from gittuf/use-rewritten-gitinterface

Merge pull request #372 from gittuf/use-rewritten-gitinterface #2139

Workflow file for this run

name: golangci-lint
on:
push:
branches: ['main']
paths-ignore:
- "docs/*"
pull_request:
paths-ignore:
- "docs/*"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: '1.22'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
version: latest