mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Verify exe in PATH
This commit is contained in:
parent
dd118a15ad
commit
5c657cc94c
1 changed files with 7 additions and 0 deletions
7
.github/actions/test/action.yml
vendored
7
.github/actions/test/action.yml
vendored
|
@ -39,3 +39,10 @@ runs:
|
|||
path: ${{ inputs.path }}
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
- name: Verify executables in PATH
|
||||
run: |
|
||||
if ! hash selene stylua rojo 2>/dev/null; then
|
||||
exit 1;
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue