Skip to content

fix(chart): make rbac more explicit (#60) #149

fix(chart): make rbac more explicit (#60)

fix(chart): make rbac more explicit (#60) #149

Workflow file for this run

name: Test & Build
on:
workflow_call:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: stable
- run: make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
check-latest: true
- run: make lint