Skip to content

Bump actions/add-to-project from 0.6.0 to 0.6.1 #436

Bump actions/add-to-project from 0.6.0 to 0.6.1

Bump actions/add-to-project from 0.6.0 to 0.6.1 #436

Workflow file for this run

name: Verify
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
args: --timeout=10m
- name: Verify docs
run: make verify-docs