Skip to content

Commit 883a83c

Browse files
authored
Add reshim flag to reshim after setup (#202)
1 parent 13abe50 commit 883a83c

File tree

6 files changed

+16570
-19198
lines changed

6 files changed

+16570
-19198
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
[tools]
3131
shellcheck = "0.9.0"
3232
working_directory: app # [default: .] directory to run mise in
33+
reshim: false # [default: false] run `mise reshim --all`
3334
- run: shellcheck scripts/*.sh
3435
test:
3536
runs-on: ubuntu-latest

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ inputs:
5353
working_directory:
5454
required: false
5555
description: The directory that mise runs in
56+
reshim:
57+
required: false
58+
default: "false"
59+
description: if true, will run `mise reshim --all` after setting up mise
5660
outputs:
5761
cache-hit:
5862
description: A boolean value to indicate if a cache was hit.

0 commit comments

Comments
 (0)