Skip to content

chore: Partially utilize bash modules to use readonly #339

chore: Partially utilize bash modules to use readonly

chore: Partially utilize bash modules to use readonly #339

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