Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
arshsisodiya committed Jul 25, 2024
1 parent 4e390fd commit c8e222f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Install dependencies
run: yarn

- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx --fix

- name: Build the project
run: npm run build

- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx --fix

- name: Deploy to GitHub Pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c8e222f

Please sign in to comment.