We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b5bb28 + a4b9453 commit be5518dCopy full SHA for be5518d
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
- name: Ruff
26
- uses: astral-sh/ruff-action@v2
+ uses: astral-sh/ruff-action@v3
27
with:
28
src: "./pythainlp"
29
args: check --verbose --line-length 79 --select C901
0 commit comments