Skip to content

Commit 15c608a

Browse files
Fix CI: update path after rename to openapi2cli
Co-authored-by: Aaron Levin <awlevin@comcast.net>
1 parent d68f99b commit 15c608a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install -e ".[dev]"
2828
2929
- name: Lint with ruff
30-
run: ruff check api2cli/ tests/
30+
run: ruff check openapi2cli/ tests/
3131

3232
- name: Run unit tests
3333
run: pytest tests/ -v -m "not integration" --tb=short

0 commit comments

Comments
 (0)