Skip to content

Commit eb3e44a

Browse files
committed
ci: sync nitpick workflow
Committed via https://github.com/asottile/all-repos
1 parent 90fb75c commit eb3e44a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/nitpick.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

18-
- name: Set up Python
19-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
20-
with:
21-
python-version: '3.x'
22-
cache: 'pip'
18+
- name: Install nitpick
19+
run: pipx install nitpick
2320

2421
- name: Run nitpick
2522
run: nitpick fix || true

0 commit comments

Comments
 (0)