Skip to content

Commit 0e2022e

Browse files
committed
squash-me, add check for uncommited generated files
1 parent bf4342e commit 0e2022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Rerun all code generators we have
15-
run: python3 gen_gha_matrix_jobs.py
15+
run: python3 ci/gen_gha_matrix_jobs.py
1616

1717
- name: Check there aren't any modified files present
1818
run: |

0 commit comments

Comments
 (0)