Skip to content

chore(deps): bump helm.sh/helm/v3 from 3.8.2 to 3.15.0 #138

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

chore(deps): bump helm.sh/helm/v3 from 3.8.2 to 3.15.0 #138

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