From 800ce6c3a01158a7cac0bef8233caf268191cc07 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Fri, 8 Dec 2023 16:50:55 +0100 Subject: [PATCH] Correction yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eb45e4c89..a8dbcbe67 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: uses: psf/black@stable with: src: "setup.py ./backend/gn_module_monitoring" - frontend: + frontend: runs-on: ubuntu-latest steps: