Skip to content

Merge pull request #919 from bact/add-desc-tone-detector #1508

Merge pull request #919 from bact/add-desc-tone-detector

Merge pull request #919 from bact/add-desc-tone-detector #1508

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
paths-ignore:
- '**.md'
- '**.yml'
- 'docs/**'
pull_request:
branches:
- dev
paths-ignore:
- '**.md'
- '**.yml'
- 'docs/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: "./pythainlp"
args: check --verbose --line-length 79 --select C901