Skip to content

chore(charts): bump chart version to 0.1.2 #76

chore(charts): bump chart version to 0.1.2

chore(charts): bump chart version to 0.1.2 #76

Workflow file for this run

name: Lint code
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.55.2
only-new-issues: false
args: --config .golangci.yml --timeout=5m