Skip to content

Commit

Permalink
Use official supported gh tool
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Jan 14, 2025
1 parent 6f2ea82 commit 54621a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
python-version: "3.12"
- name: Ruff Format and Lint Check
uses: chartboost/ruff-action@v1
uses: astral-sh/ruff-action@v3
with:
src: "./server"
version: "0.9.1"
args: "format --check"

0 comments on commit 54621a0

Please sign in to comment.