Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Nov 21, 2024
1 parent 9100af2 commit 88fd6b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Setup
runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- uses: pnpm/action-setup@v2

- uses: actions/setup-node@v3
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
if: github.repository == 'ethereum-optimism/super-cli'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup
uses: ./.github/actions/setup

Expand Down

0 comments on commit 88fd6b8

Please sign in to comment.