Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 26, 2024
1 parent 1ba1460 commit 13d3f33
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ runs:
steps:
- name: install reviewdog
run: |
set -eu
"$GITHUB_ACTION_PATH/install.sh"
shell: sh
bash "$GITHUB_ACTION_PATH/install.sh"
shell: bash
env:
REVIEWDOG_VERSION: ${{ inputs.reviewdog_version }}
REVIEWDOG_TEMPDIR: ${{ runner.temp }}
- name: check reviewdog is successfully installed
run: |
set -eu
"$GITHUB_ACTION_PATH/check-installed.sh"
shell: sh
bash "$GITHUB_ACTION_PATH/check-installed.sh"
shell: bash

# Ref: https://haya14busa.github.io/github-action-brandings/
branding:
Expand Down

0 comments on commit 13d3f33

Please sign in to comment.