Skip to content

Commit

Permalink
dont use lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Jun 26, 2024
1 parent 06f176e commit 37374a4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm install
run: yarn install

- name: Run ESLint and Prettier
uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_dir: confiture-web-app/
run: yarn lint
working-directory: confiture-web-app/

0 comments on commit 37374a4

Please sign in to comment.