Delete pep8.yml
This commit is contained in:
parent
a246e9cc84
commit
36e048db0a
22
.github/workflows/pep8.yml
vendored
22
.github/workflows/pep8.yml
vendored
|
@ -1,22 +0,0 @@
|
||||||
name: pep8
|
|
||||||
|
|
||||||
on:
|
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.x'
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install pycodestyle
|
|
||||||
- name: Run pycodestyle
|
|
||||||
run: |
|
|
||||||
pycodestyle --show-source --show-pep8 app/*
|
|
||||||
pycodestyle --show-source --show-pep8 test/*
|
|
Loading…
Reference in New Issue
Block a user