summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2022-11-05 17:56:36 -0400
committerGitHub <noreply@github.com>2022-11-05 17:56:36 -0400
commitdeeb2dfc512d4b36a567f49d3458824d6d4966ce (patch)
treef366c04945c9e7b2838fcfde54febd0334f46b84
parent04ce2fb1f94157af69c12e2c7a69990907ae76f1 (diff)
parent22bcc33e5dfda99a6ad6eb54f79cf693f857ac8a (diff)
downloadpystatsd-deeb2dfc512d4b36a567f49d3458824d6d4966ce.tar.gz
Merge pull request #167 from jsocol/ci/linter
Lint in CI
-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