Skip to content

Commit b67555b

Browse files
committed
cambio en el yml
1 parent e081833 commit b67555b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/prettier.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Check Format
2+
23
on:
34
push:
45
pull_request:
5-
branches:
6-
- master
6+
branches:
7+
- master
8+
79
jobs:
810
check-format:
911
runs-on: ubuntu-latest
@@ -12,16 +14,17 @@ jobs:
1214
uses: actions/checkout@v2
1315
with:
1416
persist-credentials: false
17+
submodules: false # 🚫 EVITA EL ERROR DEL SUBMÓDULO ROTO
1518

16-
- uses: actions/[email protected]
19+
- name: Setup Node.js
20+
uses: actions/[email protected]
1721
with:
1822
node-version: 18.x
1923

20-
- name: Install 🔧 # Install dependencies
24+
- name: Install 🔧
2125
run: |
2226
npm install
2327
2428
- name: Check Format
2529
run: |
2630
npm run check-format
27-

0 commit comments

Comments
 (0)