Skip to content

Commit

Permalink
Update ci-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Derekkarungani authored Jan 11, 2025
1 parent 8b3376c commit f3b985f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
args: "format --check"

py_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# passing ruff linting is required
- name: Python - Check Linting - ruff
uses: astral-sh/ruff-action@v1
runs-on: ubuntu-latest
steps:
# ... other steps
- name: Python - Check Linting - ruff
uses: astral-sh/ruff-action@v1
with:
args: solutions/get_unique_values.py solutions/tests/test_get_unique_values.py

# 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 f3b985f

Please sign in to comment.