Skip to content

Merge pull request #35 from tisnik/sync-with-downstream-3 #46

Merge pull request #35 from tisnik/sync-with-downstream-3

Merge pull request #35 from tisnik/sync-with-downstream-3 #46

Workflow file for this run

name: Python linter
on:
- push
- pull_request
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Python linter installation
run: pip install --user pylint
- name: Python linter
run: pylint ols/