We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62505b5 commit dee116bCopy full SHA for dee116b
.github/pull_request_template.md
@@ -0,0 +1,5 @@
1
+## Description
2
+- <!--- Describe your changes -->
3
+
4
+## Issues Resolved
5
+- <!--- Describe the issues that have been resolved -->
.github/workflows/checks.yml
@@ -85,3 +85,8 @@ jobs:
85
#----------------------------------------------
86
- name: Run Isort
87
run: poetry run isort --check .
88
+ #----------------------------------------------
89
+ # run light smoke test
90
91
+ - name: Run Light Smoke Test
92
+ run: poetry run chainbench start --help
0 commit comments