Skip to content

Merge pull request #1014 from PyThaiNLP/dependabot/pip/spacy-thai-0.7.8 #1852

Merge pull request #1014 from PyThaiNLP/dependabot/pip/spacy-thai-0.7.8

Merge pull request #1014 from PyThaiNLP/dependabot/pip/spacy-thai-0.7.8 #1852

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:
- name: Checkout
uses: actions/checkout@v4
- name: Ruff
uses: astral-sh/ruff-action@v2
with:
src: "./pythainlp"
args: check --verbose --line-length 79 --select C901