-
Notifications
You must be signed in to change notification settings - Fork 127
add mypy_primer to github CI #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
2a4c1e6
to
a932fe9
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
a932fe9
to
cf962c1
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
cf962c1
to
c51cc88
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
c51cc88
to
6aeeab0
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
6aeeab0
to
e57280a
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: Rollback Plan: Differential Revision: D77228326
e57280a
to
0dd6b3e
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
Summary: This diff adds 2 workflows to our github CI. 1. runs mypy primer 2. runs when 1 completes, downloads the artifacts, and comments with the error difference This is more or less copied from https://github.com/python/mypy/blob/master/.github/workflows/mypy_primer.yml and https://github.com/python/mypy/blob/master/.github/workflows/mypy_primer_comment.yml Differential Revision: D77228326
0dd6b3e
to
85b79e5
Compare
This pull request was exported from Phabricator. Differential Revision: D77228326 |
This pull request has been merged in 39a0480. |
Summary: Pull Request resolved: facebook#565 This diff adds 2 workflows to our github CI. 1. runs mypy primer 2. runs when 1 completes, downloads the artifacts, and comments with the error difference This is more or less copied from https://github.com/python/mypy/blob/master/.github/workflows/mypy_primer.yml and https://github.com/python/mypy/blob/master/.github/workflows/mypy_primer_comment.yml Reviewed By: ndmitchell Differential Revision: D77228326 fbshipit-source-id: 8fc9cb2eaad652010ebf6fb8e0339da2b35ab7e9
Differential Revision: D77228326