From 59e88d81355dc1d69b703b65f88ddbc53882b43d Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 29 Apr 2024 13:35:03 +0200 Subject: [PATCH] added linting tools --- .github/workflows/testing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index a6d9ca25..da390163 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,6 +10,10 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + - name: Run linting tools + run: | + cd app/ + ruff format . - name: Run Tests run: | cd app/