Skip to content

Commit

Permalink
gha: align ruff check
Browse files Browse the repository at this point in the history
Signed-off-by: tarilabs <[email protected]>
  • Loading branch information
tarilabs committed Aug 21, 2024
1 parent 0864618 commit cec51d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install Poetry
run: |
pipx install poetry
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
make install
- name: Run Ruff
run: |
ruff check --config=pyproject.toml --output-format=github .
poetry run ruff check --config=pyproject.toml --output-format=github .

0 comments on commit cec51d3

Please sign in to comment.