File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ install = { depends_on = [
5151check-format = " python .github/common/check_format.py"
5252check-vfproj = " python .github/common/check_vfproj.py"
5353check-spelling = " python .github/common/check_spelling.py"
54+ fix-style = { cmd = " pixi run check-format --write-changes; pixi run check-spelling --write-changes" }
5455
5556# build/test
5657setup = " meson setup --prefix=$(pwd) --libdir=bin"
@@ -69,4 +70,7 @@ build-makefiles = { cmd = "python build_makefiles.py", cwd = "distribution" }
6970test-dist-scripts = { cmd = " pytest -v --durations 0" , cwd = " distribution" }
7071update-version = { cmd = " python update_version.py" , cwd = " distribution" }
7172deprecations = { cmd = " python deprecations.py" , cwd = " doc/mf6io/mf6ivar" }
72- sphinx = { cmd = " make html" , cwd = " .build_rtd_docs" }
73+ sphinx = { cmd = " make html" , cwd = " .build_rtd_docs" }
74+
75+ # prepare for PR
76+ prepare-pull-request = {depends_on = [" fix-style" , " build-makefiles" , " run-mf6ivar" ]}
You can’t perform that action at this time.
0 commit comments