Skip to content

Commit

Permalink
fix(pipeline): Removed unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanni8 authored Jan 6, 2025
1 parent b36b8cd commit 92f1a8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
cache: 'npm'
cache-dependency-path: ./package-lock.json
name: Install Dependencies # neu eigener step
working-directory: .
run: npm ci
- name: Lint
working-directory: .
run: npm run lint:ci
Expand Down

0 comments on commit 92f1a8a

Please sign in to comment.