Skip to content

Commit

Permalink
chore: add ci step to show --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 24, 2024
1 parent b1fb4c0 commit ce155ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
pip install -r requirements.txt
pip install ruff
- name: Test execution (for now with `--help`)
run: |
ftui --help
- name: Run Ruff
run: |
ruff check --output-format=github
Expand Down

0 comments on commit ce155ef

Please sign in to comment.