Skip to content

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #537

chore(deps): bump certifi from 2024.2.2 to 2024.7.4

chore(deps): bump certifi from 2024.2.2 to 2024.7.4 #537

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Set up Python
with:
python-version: '3.10'
- name: Install flake8
run: python -m pip install flake8
- name: Run linter
run: flake8 ./bento_lib ./tests