Skip to content

Bump certifi from 2023.11.17 to 2024.7.4 #417

Bump certifi from 2023.11.17 to 2024.7.4

Bump certifi from 2023.11.17 to 2024.7.4 #417

Workflow file for this run

name: Lint and Test
'on': pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
architecture: 'x64'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Lint
run: poetry run flake8 zygoat/