Skip to content

CI: requirements.txt: Pin pytest to 6.2.5 #193

CI: requirements.txt: Pin pytest to 6.2.5

CI: requirements.txt: Pin pytest to 6.2.5 #193

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.6"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint with pylint
run: pylint stbt_rig.py