From f997fea3c339d5c5d4003180fd8b95ea19100c68 Mon Sep 17 00:00:00 2001 From: JubaAzul <118773284+JubaAzul@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:40:04 -0500 Subject: [PATCH] Enlever erreur dans .yml --- .github/workflows/dev_frontend-deploy.yml | 4 ---- .github/workflows/frontend-deploy.yml | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/dev_frontend-deploy.yml b/.github/workflows/dev_frontend-deploy.yml index da21450..330dcf1 100644 --- a/.github/workflows/dev_frontend-deploy.yml +++ b/.github/workflows/dev_frontend-deploy.yml @@ -24,7 +24,3 @@ jobs: file: ./client/Dockerfile push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/dev_${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest - - - name: Lint Code - run: | - eslint . --rule "@typescript-eslint/ban-ts-comment: off" diff --git a/.github/workflows/frontend-deploy.yml b/.github/workflows/frontend-deploy.yml index 2a18e4c..7cbe60a 100644 --- a/.github/workflows/frontend-deploy.yml +++ b/.github/workflows/frontend-deploy.yml @@ -23,8 +23,4 @@ jobs: context: ./client file: ./client/Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest - - - name: Lint Code - run: | - eslint . --rule "@typescript-eslint/ban-ts-comment: off" + tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest \ No newline at end of file