We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4342e commit 0e2022eCopy full SHA for 0e2022e
.github/workflows/code-quality.yaml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Rerun all code generators we have
15
- run: python3 gen_gha_matrix_jobs.py
+ run: python3 ci/gen_gha_matrix_jobs.py
16
17
- name: Check there aren't any modified files present
18
run: |
0 commit comments