Skip to content

build(deps): bump golangci/golangci-lint-action from 3 to 4 #604

build(deps): bump golangci/golangci-lint-action from 3 to 4

build(deps): bump golangci/golangci-lint-action from 3 to 4 #604

Workflow file for this run

name: commands
on:
issue_comment:
types: [created]
jobs:
retest:
if: github.repository == 'containernetworking/cni'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Re-Test Action
uses: ./.github/actions/retest-action
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}