Skip to content

ci: 1.0.6 Update pylint.yml #5

ci: 1.0.6 Update pylint.yml

ci: 1.0.6 Update pylint.yml #5

Workflow file for this run

name: Pylint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update
sudo apt-get install -y cowsay lolcat
pip install pylint
pip install -e .
- name: Lint with pylint
run: |
pylint --disable=C0111,C0301,C0103,R0903,R0913,W0718,R1732 src/