Skip to content

Commit

Permalink
👷 Updating CI/CD to use Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed Jan 13, 2024
1 parent be8b159 commit 7d6f43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: 📦 Install dependencies
run: pip install -r requirements-dev.txt # Replace with your requirements file

- name: ❄️ Run Flake8
run: flake8 .
- name: 💻 Run Ruff checks
run: ruff check .

- name: 🧪 Run unit tests
run: pytest --cov
Expand Down

0 comments on commit 7d6f43e

Please sign in to comment.