Use correct ignore syntax

This commit is contained in:
Benji Grant 2023-06-11 01:09:32 +10:00
parent 970dd3e676
commit 71602308c1

View file

@ -5,8 +5,7 @@ on:
paths:
- frontend/**
- .github/workflows/check_frontend.yml
paths-ignore:
- frontend/src/i18n/locales/**
- '!frontend/src/i18n/locales/**'
jobs:
lint: