Skip to content

Update dependency aquaproj/aqua-registry to v4.27.0 #261

Update dependency aquaproj/aqua-registry to v4.27.0

Update dependency aquaproj/aqua-registry to v4.27.0 #261

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@v3
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
fail_on_error: true