Skip to content

Commit

Permalink
Merge branch 'main' into don/08-15-refactor_ast_make_astbuilder_non-e…
Browse files Browse the repository at this point in the history
…xhaustive
  • Loading branch information
DonIsaac authored Aug 19, 2024
2 parents 1082b22 + 247120f commit 1384e7b
Show file tree
Hide file tree
Showing 167 changed files with 45,020 additions and 14,307 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)
Loading

0 comments on commit 1384e7b

Please sign in to comment.