diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 911876b..9009712 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,9 @@ jobs: - name: Install Dependencies run: npm install + + - name: Lint + run: npx eslint . - name: Deploy run: |