Skip to content

Commit e71da86

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #53 from WhyNotHugo/python-linting
Reuse my own linting action
2 parents 6476e7f + b9311d8 commit e71da86

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-python@v1
12-
with:
13-
python-version: 3.7
14-
architecture: x64
15-
- name: Install test dependencies
16-
run: pip install --upgrade --no-cache-dir flake8 flake8-bugbear flake8-comprehensions flake8-import-order
17-
- name: Run flake8
18-
run: flake8
12+
- uses: whynothugo/python-linting@master

0 commit comments

Comments
 (0)