Skip to content

Commit

Permalink
fix: add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Dec 8, 2023
1 parent 4d265aa commit 167423e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
chmod +x prettier
sudo mv prettier /usr/local/bin
- name: install-ruff
run: |
pip install ruff
- name: Install @getgrit/launcher
run: npm install -g @getgrit/launcher

Expand Down

0 comments on commit 167423e

Please sign in to comment.