Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello-job committed Dec 7, 2023
1 parent d2927bb commit 2cdc3ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
# path: |
# **/node_modules
# key: ${{runner.OS}}-${{hashFiles('**/pnpm-lock.yaml')}}
# - name: Installing Dependencies
# if: steps.cache-dependencies.outputs.cache-hit != 'true'
- name: Installing Dependencies
run: pnpm install
- name: Running Lint
run: pnpm run build

0 comments on commit 2cdc3ce

Please sign in to comment.