Skip to content

status from 15.04.2024 #5

status from 15.04.2024

status from 15.04.2024 #5

Workflow file for this run

name: Pylint
on:
push:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
working-directory: scripts
run: |
pip3 install -r requirements.txt
pip3 install pylint west
pylint --disable=R,C **/*.py