Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check if parser files are generated properly * don't cancel checks for default branch * enable CI for drafts * print tools' versions * fix syntax * better logging * print tools' information before npm install * better error message * fix syntax * show output of git diff-index for better debugging * remove obsolete ready_for_review trigger * better handling of failures * use `npm ci` for reproducible builds * less confusing message * update the parser * pin the tree-sitter version contributors might generate parser files incompatible with the project's CI after `npm install` if the version is not pinned * Revert "update the parser" This reverts commit d80a8c0. * update the package lock * update the parser * show git diff changes * Revert "update the parser" This reverts commit cb91ae8. * improve CI debugging * undo artifacts uploading; truncate output for large diffs * show newline after truncation * regenerate the parser * Revert "regenerate the parser" This reverts commit 88937a3.
- Loading branch information