From 71602308c177e9e86876308c0c61aca18a962441 Mon Sep 17 00:00:00 2001 From: Benji Grant Date: Sun, 11 Jun 2023 01:09:32 +1000 Subject: [PATCH] Use correct ignore syntax --- .github/workflows/check_frontend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check_frontend.yml b/.github/workflows/check_frontend.yml index 16920ce..f16afd0 100644 --- a/.github/workflows/check_frontend.yml +++ b/.github/workflows/check_frontend.yml @@ -5,8 +5,7 @@ on: paths: - frontend/** - .github/workflows/check_frontend.yml - paths-ignore: - - frontend/src/i18n/locales/** + - '!frontend/src/i18n/locales/**' jobs: lint: