Skip to content

Commit

Permalink
WIP: add composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Dec 17, 2024
1 parent 0dea893 commit 3585e42
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/node-qa-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ runs:
using: "composite"
steps:
- name: Restore cached dependencies
uses: actions/cache/restore@v4
id: cache
with:
path: node_modules
key: dependencies-${{ runner.os }}-${{ hashFiles('**/bun.lockb') || hashFiles('**/package-lock.json') }}
restore-keys: |
dependencies-${{ runner.os }}-
uses: ./.github/actions/restore-dependency-cache

- name: Check formatting
if: inputs.format_script != ''
Expand Down

0 comments on commit 3585e42

Please sign in to comment.