Skip to content

Commit

Permalink
TW: pull upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Apr 7, 2024
2 parents 39900e8 + 29637ab commit fa3dc9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ jobs:
run: npm test
- name: Validate individual .d.ts files
run: |
set -e
for i in index.d.ts types/*.d.ts; do
echo "Validating $i"
npx tsc "$i" --target es6 --noEmit
done
parallel -v npx tsc --target es6 --noEmit ::: index.d.ts types/*.d.ts

0 comments on commit fa3dc9f

Please # to comment.