Skip to content

Merge pull request #13 from galou/exclude_non_dir #45

Merge pull request #13 from galou/exclude_non_dir

Merge pull request #13 from galou/exclude_non_dir #45

Workflow file for this run

name: Python checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
- run: pip install pylint # -r requirements.txt
- run: pylint *.py