summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-11-05 17:52:45 -0400
committerJames Socol <me@jamessocol.com>2022-11-05 17:55:48 -0400
commit22bcc33e5dfda99a6ad6eb54f79cf693f857ac8a (patch)
treef366c04945c9e7b2838fcfde54febd0334f46b84
parent04ce2fb1f94157af69c12e2c7a69990907ae76f1 (diff)
downloadpystatsd-22bcc33e5dfda99a6ad6eb54f79cf693f857ac8a.tar.gz
Lint in CI
Add the flake8 step back to the CI config in actions.
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 763b0cb..35d5665 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,3 +21,12 @@ jobs:
- run: pip install --upgrade pip
- run: pip install tox
- run: tox -e py
+ lint:
+ runs-on: [ubuntu-latest]
+ steps:
+ - uses: actions/checkout@v
+ - uses: actions/setup-python@v4
+ with:
+ python-version: '3.11'
+ - run: pip install flake8
+ - run: flake8 statsd