Skip to content

Commit 9cb8c0d

Browse files
Update lint.yml
1 parent ce9ccb6 commit 9cb8c0d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Lint
22

3-
on: [push, pull_request]
4-
5-
permissions:
6-
checks: write
3+
on: push
74

85
jobs:
96
run-linters:
@@ -20,7 +17,7 @@ jobs:
2017
python-version: 3.8
2118

2219
- name: Install Python dependencies
23-
run: pip install black
20+
run: pip install black flake8
2421

2522
- name: Run linters
2623
uses: wearerequired/lint-action@v1

0 commit comments

Comments
 (0)