fix(ci): Add a cache prestep

This commit is contained in:
Timothy Stewart
2024-01-21 12:11:54 -06:00
parent fecf7c7fb3
commit 9084c90675
2 changed files with 57 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ on:
jobs:
lint:
uses: ./.github/workflows/lint.yml
cache:
uses: ./.github/workflows/cache.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]