From 8e94b4cd4aea1943a9639b900e33fe0fa1de5bb8 Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Tue, 4 May 2021 14:08:55 +0800 Subject: =?UTF-8?q?=F0=9F=90=9B=20fix=20nice=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5dbff96..55b8998 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,11 @@ jobs: POETRY_VIRTUALENVS_CREATE: "false" run: | poetry install - - uses: wearerequired/lint-action@v1 + python -m pip install --upgrade pip + pip install flake8 + + - name: Run Linters + uses: wearerequired/lint-action@v1 with: auto_fix: true black: true -- cgit v1.2.3