Skip to content

Commit

Permalink
Add CI test for delphin command
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Dec 20, 2023
1 parent 1bcc648 commit 11e3d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Hatch
run: pipx install hatch
- name: Check Command and Version
run: hatch run delphin -V
- name: Test
run: hatch run dev:test

0 comments on commit 11e3d2f

Please sign in to comment.