Skip to content

Commit

Permalink
debug typeshed_primer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 8, 2024
1 parent 0f34943 commit 8c9f540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/typeshed_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ jobs:
cd old_plugin
uv pip install -e . --system
cd ../typeshed
uv pip freeze
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
uv pip freeze
flake8 --exit-zero --color never --output-file ../new_errors.txt
- name: Get diff between the two runs
run: |
Expand Down

0 comments on commit 8c9f540

Please sign in to comment.