Skip to content

Commit

Permalink
πŸ”₯ Activar corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 26, 2024
1 parent 403d85a commit 74ca204
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/estilo-codigo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ jobs:
with:
fetch-depth: 0

- name: 🐜 Activar Corepack
run: corepack enable

- name: 🐝 Usar Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'

- name: πŸ¦’ Instalar dependencias
run: |
yarn install --frozen-lockfile
yarn install --immutable
- name: πŸ‘€ Buscar errores
run: yarn lint

0 comments on commit 74ca204

Please sign in to comment.