Skip to content

Commit 7999861

Browse files
committed
✏️ Update lib-checks.yml to run ruff on ubuntu-latest
1 parent 625b4ed commit 7999861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uv run codespell --ignore-words-list="groupt,nd,ot,ro,falsy,BU" \
4949
--exclude-file=".github/workflows/codespell.yml"
5050
ruff:
51+
runs-on: ubuntu-latest
5152
steps:
5253
- name: "Checkout Repository"
5354
uses: actions/checkout@v4

0 commit comments

Comments
 (0)