Skip to content

Commit

Permalink
chore: Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg authored Feb 7, 2024
1 parent 0b343f1 commit 1ad1615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: 📦 Install Yarn
run: corepack enable && yarn set version stable
run: corepack enable

- name: 📦 Install Dependencies (if `install:all`)
if: inputs.install-all == true
run: yarn -v && yarn && yarn install:all

- name: 📦 Install Dependencies (if `install`)
if: inputs.install-all != true
run: yarn
run: yarn install

- name: 🔑 Generate dummy keys
if: inputs.generate-keys == true
Expand Down

0 comments on commit 1ad1615

Please sign in to comment.