Skip to content

Commit

Permalink
chore: Fix sed command in typecheck.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Aug 22, 2024
1 parent e88b35e commit 2d9baa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: |
poetry run mypy --install-types --non-interactive .
poetry run mypy . --show-column-numbers --show-error-codes --pretty | \
sed -E 's/(.*?):([0-9]+):([0-9]+): error: (.*) \[(.*)\]/::error file=\1,line=\2,col=\3::\4 [\5]/; s/(.*?):([0-9]+):([0-9]+): warning: (.*) \[(.*)\]/::warning file=\1,line=\2,col=\3::\4 [\5]/'
sed -E 's/^(.*?):([0-9]+):([0-9]+): error: (.*) \[(.*)\]/::error file=\1,line=\2,col=\3::\4 [\5]/; s/^(.*?):([0-9]+):([0-9]+): warning: (.*) \[(.*)\]/::warning file=\1,line=\2,col=\3::\4 [\5]/'

0 comments on commit 2d9baa9

Please sign in to comment.