Update gh action version

This commit is contained in:
2024-08-14 10:15:26 +02:00
parent 2ebf48145d
commit 941c2ff5e0
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ coverage: ## Run tests with coverage
@coverage run -m unittest -v stree.tests
@coverage report -m
lint: ## Lint and static-check
lint: ## Lint source files
@black stree
@flake8 stree