-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: Use a
PATH
based approach for task execution. (#1208)
* new: Rework `moon init` command. (#1204) * Minor polish. * Update init/node. * Update ts/rust. * Added bun. * Update changelog. * Update error. * Final pass. * Fix tests. * Polish rust. * Add paths. * Add new methods. * Update deno. * Update bun. * Update deno. * Update rust. * Update node. * Add target paths. * Add env vars. * Update bin. * Rework vars. * Avoid latest version. * Fix tests. * Update docs. * Install proto. * Polish consts. * Update lookup paths. * Always use a shell. * Remove shell from vcs. * Copy bin. * Polish. * Fix workspace. * Fixes. * Disable proto for tests. * Only run on linux. * Start on blog post. * Fix windows shell. * Fix tests. * More fixes. * More fixes. * Fix format. * Update docs. * Fallback to a version. * Remove snapshot. * Update proto config.
- Loading branch information
Showing
76 changed files
with
893 additions
and
1,461 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -74,11 +74,11 @@ jobs: | |
bins: cargo-make, cargo-nextest, cargo-llvm-cov | ||
cache-base: '^(master|develop-)' | ||
components: llvm-tools-preview | ||
# Required for "global bins" tests | ||
- uses: moonrepo/setup-toolchain@v0 | ||
if: ${{ runner.os == 'Linux' }} | ||
- run: proto install bun 1.0.0 --pin | ||
if: ${{ runner.os == 'Linux' }} | ||
with: | ||
auto-install: true | ||
proto-version: '0.24.2' # Keep in sync | ||
- uses: mozilla-actions/[email protected] | ||
- name: Run tests | ||
if: ${{ env.WITH_COVERAGE == 'false' }} | ||
|
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,4 +1,4 @@ | ||
# Trigger CI: 23 | ||
# Trigger CI: 24 | ||
|
||
$schema: '../website/static/schemas/workspace.json' | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# These are used by tests that require the tools | ||
# to exist in the environment! | ||
bun = "1.0.15" | ||
node = "20.8.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.