Skip to content

Update pytest action #25

Update pytest action

Update pytest action #25

Workflow file for this run

name: pylint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3'
- name: Install Dependencies
run: |
pip install -r requirements.txt -r requirements_test.txt
- name: Run pylint
run: pylint libpyvivotek