mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-31 03:46:08 +00:00
9 lines
272 B
YAML
9 lines
272 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 |