Ignore locale files when checking frontend
This commit is contained in:
parent
8578afcf48
commit
41ae58671c
2
.github/workflows/check_frontend.yml
vendored
2
.github/workflows/check_frontend.yml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
|||
paths:
|
||||
- frontend/**
|
||||
- .github/workflows/check_frontend.yml
|
||||
paths-ignore:
|
||||
- frontend/src/i18n/locales/**
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
|||
Loading…
Reference in a new issue