Skip to content

Commit

Permalink
ci(cicd.yml): add back actions to main cicd wf
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Apr 18, 2024
1 parent 267d8b7 commit 41531d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/actions/checkout/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
pnpm-version: [8]
steps:
- name: Checkout Code
uses: ./.github/actions/checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 41531d1

Please sign in to comment.