Skip to content

Commit

Permalink
chore(deps): update reviewdog/action-shellcheck digest to 72365a5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 10, 2024
1 parent d7a9034 commit f63ce17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __before_move/.github/workflows/lint-markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- added|modified: "**.md"
- name: Lint files
if: ${{ steps.filter.outputs.markdown == 'true' }}
uses: reviewdog/action-shellcheck@96fa305c16b0f9cc9b093af22dcd09de1c8f1c2d # v1
uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
markdownlint_flags: -c '.github/lint/.markdownlint.yaml' ${{ steps.filter.outputs.markdown_files }}
2 changes: 1 addition & 1 deletion __before_move/.github/workflows/lint-shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- added|modified: "**.sh"
- name: Lint files
if: ${{ steps.filter.outputs.shell == 'true' }}
uses: reviewdog/action-shellcheck@96fa305c16b0f9cc9b093af22dcd09de1c8f1c2d # v1
uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1
with:
shellcheck_flags: ${{ steps.filter.outputs.shell_files }}

0 comments on commit f63ce17

Please sign in to comment.