-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into don/08-15-refactor_ast_make_astbuilder_non-e…
…xhaustive
- Loading branch information
Showing
167 changed files
with
45,020 additions
and
14,307 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,7 +189,7 @@ jobs: | |
with: | ||
restore-cache: false | ||
if: steps.filter.outputs.src == 'true' | ||
- uses: cargo-bins/[email protected].0 | ||
- uses: cargo-bins/[email protected].2 | ||
if: steps.filter.outputs.src == 'true' | ||
- run: cargo binstall --no-confirm cargo-shear@1 | ||
if: steps.filter.outputs.src == 'true' | ||
|
@@ -293,4 +293,4 @@ jobs: | |
run: | | ||
cargo run -p oxc_ast_tools | ||
git diff --exit-code || | ||
echo 'AST changes caused the "generated" code to get outdated. Have you forgotten to run the `just ast` command and/or commit generated codes?' | ||
(echo 'AST changes caused the "generated" code to get outdated. Have you forgotten to run the `just ast` command and/or commit generated codes?' && exit 1) |
Oops, something went wrong.