Skip to content

fix function names in comments (#9415) #2

fix function names in comments (#9415)

fix function names in comments (#9415) #2

name: operator scorecard
on:
push:
paths:
- 'operator/**'
branches: [ main ]
pull_request:
paths:
- 'operator/**'
jobs:
build:
name: scorecard
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go: ['1.20']
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
id: go
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.17.0"
- uses: actions/checkout@v3
- name: Install make
run: sudo apt-get install make
- name: Run scorecard
run: make scorecard
working-directory: ./operator