Skip to content

Add LockTimeout to drift-detection mode #773

Add LockTimeout to drift-detection mode

Add LockTimeout to drift-detection mode #773

Workflow file for this run

name: verify
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- 'README.md'
- 'MAINTAINERS'
push:
branches:
- 'main'
workflow_dispatch:
permissions:
contents: read # for actions/checkout to fetch code
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.0.0
- name: Setup Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: go.mod
cache-dependency-path: |
**/go.sum
**/go.mod
- name: Verify
run: make verify