Skip to content

Commit

Permalink
Corrige execução de eslint e atualiza dependências
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomelo committed Feb 20, 2024
1 parent a2dd69f commit 077206b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 470 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Instalar dependências
run: npm ci
- name: eslint
run: npx lint
run: npm run lint
- name: Instalar navegadores do Playwright
run: npx playwright install --with-deps
- name: Executar testes do Playwright
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 077206b

Please sign in to comment.