Skip to content

Commit

Permalink
Remove node step in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow0hawk committed Aug 11, 2024
1 parent 3db087a commit ea4cccb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Install dependencies
run: .venv/bin/pip install .[dev]

- name: Install node dependencies
run: npm install

- name: Check types
run: make lint

Expand Down

0 comments on commit ea4cccb

Please sign in to comment.