Skip to content

Commit

Permalink
update code-quality CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Sep 20, 2024
1 parent 9aeb011 commit db41de3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: streamlit/streamlit-app-action@v0.0.3
with:
app-path: app.py
ruff: true
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black mypy ruff
pip install mypy ruff
pip install -r requirements.txt
- name: Lint with Ruff
run: ruff check .
Expand Down

0 comments on commit db41de3

Please sign in to comment.