Skip to content

Commit

Permalink
fix typos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jul 23, 2024
1 parent 067dba9 commit 858e172
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Run test suite
env:
PYTEST_ADDOPTS: "--durations=0"
run:
cd wcflow
run: |
ls
hatch test --coverage
docs:
Expand All @@ -55,11 +55,9 @@ jobs:
with:
python-version: "3.11"
- name: Build docs
run:
cd wcflow
hatch run docs:build
run: hatch run docs:build

hatch:
fmt:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand All @@ -69,6 +67,4 @@ jobs:
with:
python-version: "3.11"
- name: Run formatter and linter
run: |
cd wcflow
hatch fmt --check
run: hatch fmt --check

0 comments on commit 858e172

Please sign in to comment.