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 b62d907 commit e50d2e0Copy full SHA for e50d2e0
.github/workflows/ci-cd.yml
@@ -388,7 +388,7 @@ jobs:
388
retention-days: 30
389
390
lint:
391
- name: 🧹 Linters${{ '' }} # nest jobs under the same sidebar category
+ name: 🧹 Linters${{ '' }} # Group jobs in sidebar # zizmor: ignore[obfuscation]
392
needs:
393
- build
394
- pre-setup # transitive, for accessing settings
@@ -446,7 +446,7 @@ jobs:
446
codecov-token: ${{ secrets.CODECOV_TOKEN }}
447
448
tests:
449
- name: 🧪 Tests${{ '' }} # nest jobs under the same sidebar category
+ name: 🧪 Tests${{ '' }} # Group jobs in sidebar # zizmor: ignore[obfuscation]
450
451
452
0 commit comments