We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea50d5 commit 3fb45c6Copy full SHA for 3fb45c6
1 file changed
.github/workflows/test.yml
@@ -84,3 +84,10 @@ jobs:
84
- name: Run linting tools
85
run: |
86
pylint --exit-zero src/pkgdev
87
+
88
+ format:
89
+ runs-on: ubuntu-latest
90
+ steps:
91
+ - name: Checkout code
92
+ uses: actions/checkout@v3
93
+ - uses: psf/black@stable
0 commit comments