Skip to content

Add chardet encoding detection (#193) #415

Add chardet encoding detection (#193)

Add chardet encoding detection (#193) #415

Workflow file for this run

name: Linting
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install deps
run: |
pip install sphinx-lint ruff==0.4.8
- name: ruff
run: |
ruff check src/elli tests
- name: ruff formatting
run: |
ruff format --check src/elli tests
- name: Run Sphinx Linting
run: |
sphinx-lint .