Skip to content

GH-616: Release version 6.8.4 (#742) #670

GH-616: Release version 6.8.4 (#742)

GH-616: Release version 6.8.4 (#742) #670

Workflow file for this run

name: PyLint Runner
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install Requirements
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Run Pylint
run: |
pylint ./underthesea/utils/vietnamese_ipa.py --fail-under 9