Skip to content

Commit 4b9875c

Browse files
authored
Merge pull request #120 from TotallyNotRobots/all-repos_autofix_nitpick-ci
ci: sync nitpick workflow
2 parents 91706b3 + eb3e44a commit 4b9875c

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)