Skip to content

Commit 67ac6ef

Browse files
committed
fix: remove superfluous checkout step
1 parent 79e46e6 commit 67ac6ef

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/install.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
install:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
1512
- name: Install
1613
run: |
1714
mkdir my-app

0 commit comments

Comments
 (0)