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 10, 2024
1 parent 03bab34 commit 0307c44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
permissions:
contents: read # Permisos para leer el contenido del repositorio
checks: write # Permisos para crear y actualizar checks

steps:
- name: Check out Git repository
Expand All @@ -20,9 +23,8 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
node-version: 20

# Este paso instalará las dependencias desde package.json, incluyendo @expo-google-fonts/plus-jakarta-sans
- name: Install Node.js dependencies
run: npm ci

Expand Down

0 comments on commit 0307c44

Please sign in to comment.