Skip to content

Commit

Permalink
Update tslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyp3Boy authored Oct 15, 2024
1 parent cd759bf commit a5c033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Paso 5: Ejecuta ESLint para verificar los archivos .ts y .js
- name: Run ESLint
run: npx eslint '**/*.{js,ts}' --ext .js,.ts
run: npx eslint

# Paso 6: Ejecuta Prettier para verificar la formateación del código
- name: Run Prettier
Expand Down

0 comments on commit a5c033e

Please sign in to comment.