From 7dc997ea2ba1b167874af33c1bb7010b68b71641 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 17 Aug 2023 19:08:24 +0200 Subject: Removed ci.sh --- ci.sh | 7 ------- readme.md | 5 +---- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100755 ci.sh diff --git a/ci.sh b/ci.sh deleted file mode 100755 index 259415e..0000000 --- a/ci.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -black --diff --check $(git ls-files '*.py') -mypy --strict $(git ls-files '*.py') -pylint $(git ls-files '*.py') diff --git a/readme.md b/readme.md index 70db85d..0dc6492 100644 --- a/readme.md +++ b/readme.md @@ -41,10 +41,7 @@ Train using the provided train script: ## CI -To run the CI manually and not only on GitHub Actions, run -`poetry run ./ci.sh`. - -Alternatively, you can use the Makefile to run these commands manually +You can use the Makefile to run these commands manually make format -- cgit v1.2.3