From e44262415dde4a5edb3c9cefb521bee609c9e71a Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Sep 2024 23:05:13 +0200 Subject: [PATCH] always lint --- .gitea/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index c3a8037..4b93d44 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -5,8 +5,6 @@ on: push: branches: - "**" # matches every branch - - "!dev" # excludes dev - - "!main" # excludes main jobs: eslint: