We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28704fc commit a023f45Copy full SHA for a023f45
.github/workflows/python-ci.yml
@@ -8,12 +8,12 @@ concurrency:
8
cancel-in-progress: true
9
10
jobs:
11
- pylint:
12
- uses: prosegrinder/.github/.github/workflows/poetry-pylint.yaml@main
13
-
14
black:
15
uses: prosegrinder/.github/.github/workflows/poetry-black.yaml@main
16
+ pylint:
+ uses: prosegrinder/.github/.github/workflows/poetry-pylint.yaml@main
+
17
mypy:
18
uses: prosegrinder/.github/.github/workflows/poetry-mypy.yaml@main
19
0 commit comments