Skip to content

Commit

Permalink
fix(types): improve types for ThrottlingOctokitOptions (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Mar 17, 2022
1 parent 77bf29b commit fd92be9
Show file tree
Hide file tree
Showing 11 changed files with 17,542 additions and 113 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -26,3 +26,14 @@ jobs:
node-version: 16
- run: npm ci
- run: npm run test
validate_types:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: npm ci
- run: npm run validate:ts

0 comments on commit fd92be9

Please sign in to comment.