Skip to content

Commit

Permalink
Removes Unnecessary Workflow Job Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
refringe committed Dec 30, 2024
1 parent 2a73ece commit cfe6ced
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
cache: "npm"
cache-dependency-path: "project/package.json"

- name: Get NPM Cache Directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}

- name: Check NPM Cache
id: cache-check
uses: actions/cache@v4
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
cache: "npm"
cache-dependency-path: "project/package.json"

- name: Get NPM Cache Directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}

- name: Check NPM Cache
id: cache-check
uses: actions/cache@v4
Expand Down

0 comments on commit cfe6ced

Please sign in to comment.