Skip to content

Commit

Permalink
fix: add os opts to shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 16, 2024
1 parent 2c086c8 commit d0a663d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ jobs:
unzip -d $env:USERPROFILE dist\mise-v$version-windows-x64.zip
Add-Content $env:GITHUB_PATH "$env:USERPROFILE/mise/bin"
- run: mise install
continue-on-error: ${{matrix.os == 'windows-latest' && true || false}}
continue-on-error: ${{matrix.os == 'windows-latest' && false || true}}
- run: mise test-tool --all
continue-on-error: ${{matrix.os == 'windows-latest' && true || false}}
continue-on-error: ${{matrix.os == 'windows-latest' && false || true}}
rpm:
runs-on: ubuntu-latest
needs: [build-tarball]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ jobs:
- run: cargo test
continue-on-error: true
- run: mise install
continue-on-error: true
- run: mise test-tool --all
continue-on-error: true
windows-e2e:
Expand Down
1 change: 1 addition & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ serverless.backends = ["asdf:pdemagny/asdf-serverless"]
setup-envtest.backends = ["asdf:pmalek/mise-setup-envtest"]
shell2http.backends = ["aqua:msoap/shell2http", "asdf:ORCID/asdf-shell2http"]
shellcheck.backends = ["ubi:koalaman/shellcheck", "asdf:luizm/asdf-shellcheck"]
shellcheck.os = ["linux", "macos"]
shellspec.backends = ["aqua:shellspec/shellspec", "asdf:poikilotherm/asdf-shellspec"]
shfmt.backends = ["asdf:luizm/asdf-shfmt"]
shfmt.os = ["linux", "macos"]
Expand Down

0 comments on commit d0a663d

Please sign in to comment.