From 8121994c5894394797d3d2d7f1d094d684163ac5 Mon Sep 17 00:00:00 2001 From: GalvinPython <77013913+GalvinPython@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:43:42 +0100 Subject: [PATCH] chore: fixed eslint workflow --- .github/workflows/build.yml | 4 ++-- .github/workflows/eslint.yml | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e50dae7..9ee73a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,8 +8,8 @@ on: - "web/**" jobs: - lint: - name: ESLint + build-site-test: + name: Build Site Test runs-on: ubuntu-latest steps: diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index b1f61a1..ea6708a 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -1,9 +1,13 @@ name: ESLint Check on: - push: - branches: - - '*' + push: + branches: + - '*' + paths: + - "api/**" + - "bot/**" + - "web/**" jobs: lint: