Skip to content

Commit

Permalink
Merge pull request #1010 from PyThaiNLP/dependabot/github_actions/ast…
Browse files Browse the repository at this point in the history
…ral-sh/ruff-action-2

Bump astral-sh/ruff-action from 1 to 2
  • Loading branch information
bact authored Nov 26, 2024
2 parents cefcea1 + 7f564f5 commit e40f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v2
with:
src: "./pythainlp"
args: check --verbose --line-length 79 --select C901

0 comments on commit e40f810

Please sign in to comment.