Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent aed0971 commit 728a518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typeshed_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
cd ../typeshed
uv pip freeze
flake8 --bug-report
flake8
flake8 --exit-zero
flake8 --exit-zero --color never --output-file ../old_errors.txt
- name: flake8 typeshed using PR branch
run: |
cd new_plugin
uv pip install -e . --system
cd ../typeshed
flake8 --bug-report
flake8
flake8 --exit-zero
flake8 --exit-zero --color never --output-file ../new_errors.txt
- name: Get diff between the two runs
run: |
Expand Down

0 comments on commit 728a518

Please sign in to comment.