Skip to content

Commit

Permalink
solved some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theabdallahnjr committed Jan 10, 2025
1 parent a649cb2 commit 43d3b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Python - Check Formatting
uses: astral-sh/ruff-action@v0.9.0
uses: astral-sh/ruff-action@v1
with:
args: "format --check"

Expand All @@ -34,7 +34,7 @@ jobs:

# passing ruff linting is required
- name: Python - Check Linting - ruff
uses: astral-sh/ruff-action@v0.9.0
uses: astral-sh/ruff-action@v1

# passing pylint is not required - discuss errors in code review
# adapted from https://github.com/davidslusser/actions_python_pylint/tree/main
Expand Down

0 comments on commit 43d3b11

Please sign in to comment.