From 588535978eb59ff3e1081b8c49fb965dfae0a98b Mon Sep 17 00:00:00 2001 From: Konrad Bodzioch Date: Mon, 24 Nov 2025 18:43:02 +0100 Subject: [PATCH] Enable linters on push actions --- .github/workflows/linters.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index fcee44a..6fa22f0 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -1,6 +1,9 @@ name: Linters on: + push: + branches: + - '**' pull_request: branches: - '**' @@ -27,4 +30,4 @@ jobs: run: ruff check . - name: flake8 - run: flake8 . \ No newline at end of file + run: flake8 .