Skip to content

Commit 9ae6173

Browse files
Fix pre-commit
1 parent 80254fc commit 9ae6173

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/primer_run_pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ jobs:
177177
uses: actions/[email protected]
178178
with:
179179
name: primer_output_main
180-
path: output_${{ steps.python.outputs.python-version }}_main_batch${{ matrix.batchIdx }}.txt
180+
path:
181+
output_${{ steps.python.outputs.python-version }}_main_batch${{
182+
matrix.batchIdx }}.txt
181183

182184
# Save PR number so we know which PR to comment on
183185
- name: Save PR number
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"astroid": {
3-
"commit": "1234567890abcdef",
4-
"messages": []
5-
}
2+
"astroid": {
3+
"commit": "1234567890abcdef",
4+
"messages": []
5+
}
66
}

0 commit comments

Comments
 (0)