Skip to content

fix(rbac): Proper API Group for the events #140

fix(rbac): Proper API Group for the events

fix(rbac): Proper API Group for the events #140

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
name: Test Suite
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Test
run: make test