From 8059908888fc5c4e9cd9716f180f4a40f3cb6264 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 28 Aug 2022 11:03:43 -0400 Subject: flake8: run in CI We should have full coverage now, so make sure we don't regress in the future. --- .github/workflows/lint.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ffd7fa3c9..90b4b97dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,6 +29,16 @@ jobs: - run: python -m pip install pylint - run: pylint mesonbuild + flake8: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-python@v2 + with: + python-version: '3.x' + - run: python -m pip install flake8 + - run: flake8 mesonbuild/ + mypy: runs-on: ubuntu-latest steps: -- cgit v1.2.3