Skip to content

Commit

Permalink
fixup! chore(turbo-tasks): improve ast-grep lint time
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinnssmith committed Dec 2, 2024
1 parent 5ab9faa commit 3dc8670
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
- name: ast-grep lint step
uses: ast-grep/action@v1.5.0
with:
# Keep in sync with the next.js repo's root package.json
version: 0.31.0

devlow-bench:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@actions/core": "1.10.1",
"@ast-grep/cli": "0.26.1",
"@ast-grep/cli": "0.31.0",
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/generator": "7.22.5",
Expand Down
66 changes: 33 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dc8670

Please sign in to comment.