Skip to content

Commit 9de0954

Browse files
committed
Add ratcheting type completeness check to CI
1 parent 54433b8 commit 9de0954

6 files changed

+14
-156
lines changed

.github/workflows/black.yml

-10
This file was deleted.

.github/workflows/codeql.yml

-74
This file was deleted.

.github/workflows/main.yml

-33
This file was deleted.

.github/workflows/python-publish.yml

-27
This file was deleted.

.github/workflows/task-completed-checker-action.yml

-12
This file was deleted.
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Type completeness ratchet
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
completeness:
7+
name: Check that type completeness didn't decrease
8+
runs-on: ubuntu-latest
9+
steps:
10+
- id: completeness
11+
uses: Bibo-Joshi/[email protected]
12+
with:
13+
package-name: rope
14+
install-command: "touch rope/py.typed && pip install ."

0 commit comments

Comments
 (0)