2022-10-12 11:07:01 -04:00
|
|
|
# spiff-arena
|
|
|
|
|
2022-11-13 14:05:34 -05:00
|
|
|
This is a monorepo based on git subtrees that pulls together various
|
|
|
|
spiffworkflow-related projects. Here's an example command to push back to one
|
|
|
|
project:
|
2022-10-12 11:07:01 -04:00
|
|
|
|
2022-11-13 14:05:34 -05:00
|
|
|
git subtree push --prefix=spiffworkflow-frontend git@github.com:sartography/spiffworkflow-frontend.git add_md_file
|
|
|
|
|
|
|
|
# run all lint checks and tests
|
2022-10-12 11:07:01 -04:00
|
|
|
|
2022-11-21 22:36:26 -05:00
|
|
|
./bin/run_pyl
|
2022-10-27 09:15:56 -04:00
|
|
|
|
|
|
|
Requires at root:
|
|
|
|
- .darglint
|
|
|
|
- .flake8
|
|
|
|
- .pre-commit-config.yaml
|
|
|
|
- pyproject.toml
|