Skip to content

Commit

Permalink
🐛(#81): Erro na instalação das dependências.
Browse files Browse the repository at this point in the history
Co-authored-by: Ana Borges <[email protected]>
  • Loading branch information
BrunoHDuarte2 and anabborges committed Nov 29, 2023
1 parent 3404404 commit c2545ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jsLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
- name: Install dependencies
run: |
cd implementacao-front &&
npm init @eslint/config &&
npm install &&
npm install primereact
- name: Run ESLint
run:
cd implementacao-front &&
npx eslint . --ext .ts &&
npm run lint

0 comments on commit c2545ed

Please sign in to comment.