Skip to content

Bump faker from 28.0.0 to 30.8.2 #330

Bump faker from 28.0.0 to 30.8.2

Bump faker from 28.0.0 to 30.8.2 #330

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