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