-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This uses the official ast-grep GitHub Action [0] to run our ast-grep lints on changes. Test Plan: CI [0] https://github.com/ast-grep/action
- Loading branch information
1 parent
0c5a2e3
commit 4e7b4ef
Showing
8 changed files
with
115 additions
and
18 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
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 |
---|---|---|
|
@@ -160,6 +160,17 @@ jobs: | |
stepName: 'rust-doc-check' | ||
secrets: inherit | ||
|
||
ast-grep: | ||
needs: ['changes', 'build-next'] | ||
runs-on: ubuntu-latest | ||
name: ast-grep lint | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: ast-grep lint step | ||
uses: ast-grep/[email protected] | ||
with: | ||
version: 0.25.6 | ||
|
||
devlow-bench: | ||
name: Run devlow benchmarks | ||
needs: ['changes', 'build-next', 'build-native'] | ||
|
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
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