Ignore locale files when checking frontend

This commit is contained in:
Benji Grant 2023-06-11 00:33:32 +10:00
parent 8578afcf48
commit 41ae58671c

View file

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