Add Gitea Actions workflow: ci.yml
This commit is contained in:
@@ -26,10 +26,10 @@ jobs:
|
||||
run: pytest tests/ -v
|
||||
|
||||
- name: Run linter
|
||||
run: ruff check regex_humanizer/ tests/
|
||||
run: ruff check src/ tests/
|
||||
|
||||
- name: Run type check
|
||||
run: mypy regex_humanizer/
|
||||
run: mypy src/
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user