Skip to content

Commit

Permalink
Merge branch 'main' into don/08-15-feat_semantic_check_for_invalid_in…
Browse files Browse the repository at this point in the history
…terface_heritage_clauses
  • Loading branch information
DonIsaac authored Aug 16, 2024
2 parents 27cb7a9 + a0b1b86 commit 7e69572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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)

0 comments on commit 7e69572

Please sign in to comment.