mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
pyflakes (#3266)
This commit is contained in:
parent
b59f136ece
commit
d00609bb8a
12
.github/workflows/lint_python.yaml
vendored
Normal file
12
.github/workflows/lint_python.yaml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: lint_python
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python_version: "3.8"
|
||||
- run: "python -m pip install flake8"
|
||||
- run: "python -m flake8 . --count --select=E9,F7,F82 --show-source"
|
||||
Loading…
x
Reference in New Issue
Block a user