Skip to content

Fix incorrect RBAC rules #14

Fix incorrect RBAC rules

Fix incorrect RBAC rules #14

Workflow file for this run

name: Test
on: pull_request
jobs:
checks:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test