Skip to content

Sync with downstream #28

Sync with downstream

Sync with downstream #28

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/