Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 2475fc1

Browse files
committed
fix(github): fixes formatting that caused an error
it is: - name: run: and not - name - run what a moment to be alive!
1 parent 17517c6 commit 2475fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
- uses: actions/checkout@v4
22+
uses: actions/checkout@v4
2323
- name: Use Node.js 22
2424
uses: actions/setup-node@v4
2525
with:

0 commit comments

Comments
 (0)