Add gherkin format tool to unify feature files code style (#466)
* Install format gherkin * Check Gherkin feature format in workflow * Format * Fix pull request workflow * Use absolute path in makefile * Add test target * Install in user mode * Fix poetry run error * Setup python version * Improve check and fmt target cmd * Setup python version in build job * Split gherkin feature format check step * Fix python env setup in centos7 * Fix target typo
Showing
- .github/workflows/pull_request.yml 9 additions, 13 deletions.github/workflows/pull_request.yml
- .gitignore 1 addition, 0 deletions.gitignore
- tests/.gitignore 2 additions, 0 deletionstests/.gitignore
- tests/Makefile 42 additions, 0 deletionstests/Makefile
- tests/query/v1/test_find_path.py 1 addition, 1 deletiontests/query/v1/test_find_path.py
- tests/tck/features/job/job.feature 21 additions, 21 deletionstests/tck/features/job/job.feature
- tests/tck/features/job/snapshot.feature 21 additions, 21 deletionstests/tck/features/job/snapshot.feature
- tests/tck/features/match/Base.feature 32 additions, 32 deletionstests/tck/features/match/Base.feature
- tests/tck/features/match/VariableLengthRelationship.feature 18 additions, 18 deletionstests/tck/features/match/VariableLengthRelationship.feature
- tests/tck/features/parser/nebula.feature 49 additions, 49 deletionstests/tck/features/parser/nebula.feature
Please register or sign in to comment