Skip to content

Bump coverage from 7.6.1 to 7.6.7 #334

Bump coverage from 7.6.1 to 7.6.7

Bump coverage from 7.6.1 to 7.6.7 #334

Workflow file for this run

name: "Pylint"
on:
push:
paths-ignore:
- "docs/**"
- "*.md"
- "tests/**"
pull_request:
paths-ignore:
- "docs/**"
- "*.md"
- "tests/**"
jobs:
linting:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
- name: Run tests
run: |
python3 -m pylint src/sshkey_tools