Skip to content

chore(deps): bump helm.sh/helm/v3 from 3.8.2 to 3.16.1 #155

chore(deps): bump helm.sh/helm/v3 from 3.8.2 to 3.16.1

chore(deps): bump helm.sh/helm/v3 from 3.8.2 to 3.16.1 #155

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout 3m --verbose