diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e17245a..9d2fef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: needs: [lint] test: uses: ./.github/workflows/test.yml - needs: [lint,cache] + needs: [lint, cache]