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 a11852d commit b279cc0Copy full SHA for b279cc0
.github/workflows/ci.yml
@@ -40,5 +40,8 @@ jobs:
40
- name: Checkout Code
41
uses: actions/checkout@v3
42
43
+ - name: Docker Run
44
+ run: docker run --rm classifier
45
+
46
- name: Run Tests
47
run: make test
0 commit comments