Skip to content

Update k8s.io/utils digest to ff6756f #773

Update k8s.io/utils digest to ff6756f

Update k8s.io/utils digest to ff6756f #773

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Install tools with asdf
uses: asdf-vm/actions/install@v4
with:
only: |
golangci-lint
nodejs
- name: Run linter
run: make lint