Skip to content

Switch to k8s.io/utils/ptr #242

Switch to k8s.io/utils/ptr

Switch to k8s.io/utils/ptr #242

Workflow file for this run

name: Run linters
on:
pull_request:
jobs:
check:
name: Run checks
runs-on: ubuntu-latest
steps:
- name: checkout sources
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
shell: bash
run: |
make lint
make lint-generated