Skip to content

Updated contributing guide - reponame #22

Updated contributing guide - reponame

Updated contributing guide - reponame #22

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/