Skip to content

Commit 421aa0d

Browse files
committed
chore: workflow fix
1 parent d49bd0c commit 421aa0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616

17-
name: Node v${{ matrix.node }}
17+
name: Validate
1818

1919
steps:
2020
- name: Checkout Commit
@@ -25,9 +25,6 @@ jobs:
2525
with:
2626
node-version: 20.19.0
2727

28-
- name: Checkout Master
29-
run: git branch -f master origin/master
30-
3128
- name: Install PNPM
3229
uses: pnpm/action-setup@v4
3330

0 commit comments

Comments
 (0)