Add reshim flag to reshim after setup (#202)

This commit is contained in:
Andrew Driggs 2025-06-17 00:03:19 -07:00 committed by GitHub
parent 13abe502c3
commit 883a83c54f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5062 additions and 7690 deletions

View file

@ -30,6 +30,7 @@ jobs:
[tools]
shellcheck = "0.9.0"
working_directory: app # [default: .] directory to run mise in
reshim: false # [default: false] run `mise reshim --all`
- run: shellcheck scripts/*.sh
test:
runs-on: ubuntu-latest