Skip to content

chore(deps): update helm release argo-cd to v7.6.1 #915

chore(deps): update helm release argo-cd to v7.6.1

chore(deps): update helm release argo-cd to v7.6.1 #915

Workflow file for this run

name: reviewdog
on:
pull_request:
branches:
- master
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
fail_on_error: true