particle-os-modules/.github/workflows/reviewdog.yml
dependabot[bot] 9038422545
chore(deps): bump reviewdog/action-shellcheck from 1.29.0 to 1.30.0 (#404)
Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/reviewdog/action-shellcheck/releases)
- [Commits](6e0e63d175...5ebd09ddbe)

---
updated-dependencies:
- dependency-name: reviewdog/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fiftydinar <65243233+fiftydinar@users.noreply.github.com>
2025-03-31 18:02:02 +02:00

15 lines
No EOL
419 B
YAML

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