Skip to content

Merge pull request #62 from stb-tester/pytest-8 #194

Merge pull request #62 from stb-tester/pytest-8

Merge pull request #62 from stb-tester/pytest-8 #194

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