Skip to content

chore: Remove usage of yq in favor of jq #397

chore: Remove usage of yq in favor of jq

chore: Remove usage of yq in favor of jq #397

Workflow file for this run

name: reviewdog
on:
pull_request:
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ github.token }}
reporter: github-pr-review