generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7903dd
commit e056c72
Showing
12 changed files
with
371 additions
and
1,664 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,11 +58,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./ | ||
- run: "[[ \"$(cargo prebuilt --version)\" != \"\" ]]" | ||
- run: '[[ "$(cargo prebuilt --version)" != "" ]]' | ||
- uses: ./ | ||
with: | ||
prebuilt-version: 0.6.0 | ||
- run: "[[ \"$(cargo prebuilt --version)\" == \"Version: 0.6.0\" ]]" | ||
- run: '[[ "$(cargo prebuilt --version)" == "Version: 0.6.0" ]]' | ||
test-linux-tools: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- run: just --version | ||
- run: which just | ||
- run: rtx --version | ||
- run: "[[ \"$(bacon --version)\" == \"bacon 2.11.0\" ]]" | ||
- run: '[[ "$(bacon --version)" == "bacon 2.11.0" ]]' | ||
test-macos-tools: | ||
runs-on: macos-13 | ||
steps: | ||
|
@@ -84,7 +84,7 @@ jobs: | |
- run: just --version | ||
- run: which just | ||
- run: rtx --version | ||
- run: "[[ \"$(bacon --version)\" == \"bacon 2.11.0\" ]]" | ||
- run: '[[ "$(bacon --version)" == "bacon 2.11.0" ]]' | ||
test-macos-14-tools: | ||
runs-on: macos-14 | ||
steps: | ||
|
@@ -95,7 +95,7 @@ jobs: | |
- run: just --version | ||
- run: which just | ||
- run: rtx --version | ||
- run: "[[ \"$(bacon --version)\" == \"bacon 2.11.0\" ]]" | ||
- run: '[[ "$(bacon --version)" == "bacon 2.11.0" ]]' | ||
test-windows-tools: | ||
runs-on: windows-latest | ||
steps: | ||
|
@@ -107,20 +107,20 @@ jobs: | |
run: just --version | ||
- run: where.exe just | ||
- shell: bash | ||
run: "[[ \"$(bacon --version)\" == \"bacon 2.11.0\" ]]" | ||
run: '[[ "$(bacon --version)" == "bacon 2.11.0" ]]' | ||
test-dup: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./ | ||
with: | ||
pkgs: [email protected] | ||
- run: "[[ \"$(just --version)\" == \"just 1.14.0\" ]]" | ||
- run: '[[ "$(just --version)" == "just 1.14.0" ]]' | ||
- uses: ./ | ||
with: | ||
out: false | ||
pkgs: [email protected] | ||
- run: "[[ \"$(just --version)\" == \"just 1.14.0\" ]]" | ||
- run: '[[ "$(just --version)" == "just 1.14.0" ]]' | ||
- run: which just | ||
test-minisign: | ||
strategy: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
dist/ | ||
node_modules/ | ||
coverage/ | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.