Skip to content

Commit

Permalink
chore: add TypeScript conversion progress tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Nov 20, 2023
1 parent a5a3e3a commit eade6ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run:
npm ls -a -p | wc -l | tr -d ' \n' > .delta.dependencyCount && echo " (Dependency count)" >>
.delta.dependencyCount
- name: Get TypeScript conversion progress
run:
grep -r --exclude-dir="node_modules" --include="*.mts" "@ts-expect-error" . | wc -l | xargs >
.delta.tsConversion && echo " (TypeScript conversion progress)" >> .delta.tsConversion
- name: Save PR number
if: github.event_name == 'pull_request'
run: echo ${{ github.event.number }} > ./pr_number
Expand Down

0 comments on commit eade6ac

Please sign in to comment.