mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
10 lines
277 B
YAML
10 lines
277 B
YAML
# These file filter patterns are used by the action https://github.com/dorny/paths-filter
|
|
|
|
frontend-test-lint-code: &frontend-test-lint-code
|
|
- '**/*'
|
|
|
|
frontend-test-unit-code: &frontend-test-unit-code
|
|
- '**/*'
|
|
|
|
frontend-test-build-code: &frontend-test-build-code
|
|
- '**/*' |