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 90fb75c commit eb3e44aCopy full SHA for eb3e44a
.github/workflows/nitpick.yml
@@ -15,11 +15,8 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
18
- - name: Set up Python
19
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
20
- with:
21
- python-version: '3.x'
22
- cache: 'pip'
+ - name: Install nitpick
+ run: pipx install nitpick
23
24
- name: Run nitpick
25
run: nitpick fix || true
0 commit comments