We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bff8b0 commit e4bd609Copy full SHA for e4bd609
1 file changed
.github/workflows/main.yml
@@ -61,7 +61,9 @@ jobs:
61
strategy:
62
fail-fast: false
63
matrix:
64
- job: [diffcov, docs]
+ job:
65
+ - diffcov
66
+ - docs
67
runs-on: ubuntu-latest
68
steps:
69
- uses: actions/checkout@v4
0 commit comments