Skip to content

Commit 2273374

Browse files
committed
[red-knot] mypy_primer: strip ANSI codes
1 parent 9f048f7 commit 2273374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mypy_primer.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
7373
echo ${{ github.event.number }} > pr-number
7474
75+
- name: "Strip ANSI color codes"
76+
uses: justAnotherDev/ansi-color-strip-action@v2
77+
with:
78+
path: mypy_primer.diff
79+
overwrite-path: true
80+
7581
- name: Upload diff
7682
uses: actions/upload-artifact@v4
7783
with:

0 commit comments

Comments
 (0)