Skip to content

Commit

Permalink
add shell field
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Preston committed Nov 11, 2024
1 parent 10581b4 commit 8b54ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Checkout Code
uses: actions/checkout@v4

- uses: ./.github/actions/setup-job

- name: Lint Check
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
- name: Install Dependencies (cache missing)
if: steps.cache-deps.outputs.cache-hit != 'true'
run: pnpm install --frozen-lockfile --prefer-offline --config.ignore-scripts=true
shell: bash

0 comments on commit 8b54ee9

Please sign in to comment.