Skip to content

Disable check for volumeMounts in helm (#802) #483

Disable check for volumeMounts in helm (#802)

Disable check for volumeMounts in helm (#802) #483

Workflow file for this run

name: build
on: push
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Checkout code
uses: actions/checkout@v1
- name: Run unittest
run: make test
- name: Build
run: make all
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.txt