Skip to content

Commit

Permalink
Merge pull request #233 from mkreiser/historical-teams
Browse files Browse the repository at this point in the history
Add getHistoricalTeamsAtWeek to Client for pre-2018 seasons
  • Loading branch information
mkreiser authored Oct 22, 2023
2 parents 2d5cfbc + 45ee0a0 commit 0958867
Show file tree
Hide file tree
Showing 7 changed files with 3,695 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
dependencies-cache:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -26,6 +27,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -44,6 +46,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -65,6 +68,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -83,6 +87,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand All @@ -101,6 +106,7 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies-cache
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
steps:
Expand Down
Loading

0 comments on commit 0958867

Please sign in to comment.