Skip to content

Commit

Permalink
Switch from chartboost/ruff-action@v1 to astral-sh/ruff-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakaria-Latif committed Jan 9, 2025
1 parent bb98707 commit 7e5b91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_format_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Checking code formatting.
uses: chartboost/ruff-action@v1
uses: astral-sh/ruff-action@v3
with:
args: format --check
- name: Running linter.
uses: chartboost/ruff-action@v1
uses: astral-sh/ruff-action@v3

0 comments on commit 7e5b91e

Please sign in to comment.