Skip to content

Commit

Permalink
Update lint actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard authored and darvid committed Oct 9, 2024
1 parent 0103e2a commit 4ba746c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install dependencies
run: pip install pytest ruff black

- name: Format with clang-format
uses: DoozyX/clang-format-lint-action@v0.11
uses: DoozyX/clang-format-lint-action@v0.18
with:
source: "./src"
extensions: "c"
Expand All @@ -46,7 +46,7 @@ jobs:
version: "~= 23.0"

- name: Format with ruff
uses: chartboost/ruff-action@v1
uses: astral-sh/ruff-action@v1
with:
src: "./src"
args: check --fix
Expand Down

0 comments on commit 4ba746c

Please sign in to comment.