Skip to content

[RW-1057] Fix keywords correlation and change text correlation to return the scores as well #2

[RW-1057] Fix keywords correlation and change text correlation to return the scores as well

[RW-1057] Fix keywords correlation and change text correlation to return the scores as well #2

name: Coding standards
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r html/requirements.txt
- name: Run Pylint
run: pylint html/**/*.py