Skip to content

Commit b304df8

Browse files
Merge pull request #12 from Coding-Dev-Tools/Openclaw/configdrift/fix-ci-lint-workflow
Openclaw/configdrift/fix ci lint workflow
2 parents f6bfb02 + 46b4432 commit b304df8

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
@@ -26,7 +26,7 @@ jobs:
2626
pip install -e ".[dev]"
2727
2828
- name: Lint with ruff
29-
run: pip install ruff && ruff check src/ --target-version py310
29+
run: ruff check src/
3030
- name: Run tests
3131
run: |
3232
python -m pytest tests/ -v --cov=src --cov-report=term-missing

0 commit comments

Comments
 (0)