mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00
10 lines
273 B
YAML
10 lines
273 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: smoke-test-cypress-lint-fix
|
|
name: smoke-test cypress Lint Fix
|
|
entry: ./gradlew :smoke-test:cypressLintFix
|
|
language: system
|
|
files: ^smoke-test/tests/cypress/.*\.tsx$
|
|
pass_filenames: false
|