Skip to content

add endpoints list/watch access to the manager c-role #44

add endpoints list/watch access to the manager c-role

add endpoints list/watch access to the manager c-role #44

Workflow file for this run

name: Checks (lint+test)
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 5m
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests using make
run: make test