From 56e0f21323e0ba1e2f5d51098aa316f28f6072e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Wed, 25 May 2022 21:19:25 +0200 Subject: [PATCH] always run lint checks --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 045b3ca..d887beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: lint: name: "Lint" runs-on: ubuntu-latest - if: github.event_name == 'push' || github.event_name == 'pull_request' steps: - name: Check out codebase uses: actions/checkout@v2