Skip to content

Patch debrebuild to add sleep #110

Patch debrebuild to add sleep

Patch debrebuild to add sleep #110

Workflow file for this run

name: License
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{matrix.go-version}}
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go-version}}
- name: Check
# NOTE: Keep in sync with .hooks/addlicense
run: go run github.com/google/[email protected] -check -s=only -ignore='bin/**' -ignore='**/.terraform.lock.hcl' -ignore='definitions/**' **