Skip to content

Commit 819b511

Browse files
authored
Update to astral-sh/ruff-action@v1
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent e74349c commit 819b511

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ on:
1818

1919
jobs:
2020
ruff:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222
steps:
23-
- uses: actions/checkout@v4
24-
- uses: chartboost/ruff-action@v1
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
- name: Ruff
26+
uses: astral-sh/ruff-action@v1
2527
with:
2628
src: "./pythainlp"
2729
args: check --verbose --line-length 79 --select C901

0 commit comments

Comments
 (0)