Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
try gh action without node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Feb 26, 2024
1 parent 6856f45 commit 6d17890
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: pip install -r backend/requirements.txt
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install Pyright
run: npm install -g pyright
- name: Run Pyright
run: pyright
- name: Lint code
run: ruff check backend
- name: Run Pyright
run: pyright

0 comments on commit 6d17890

Please sign in to comment.