Skip to content

Commit 1c68251

Browse files
authored
ci: sync nitpick workflow (#411)
Committed via https://github.com/asottile/all-repos
1 parent e5d655c commit 1c68251

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.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)