Skip to content

Merge pull request #45 from bento-platform/dependabot/pip/idna-3.7 #144

Merge pull request #45 from bento-platform/dependabot/pip/idna-3.7

Merge pull request #45 from bento-platform/dependabot/pip/idna-3.7 #144

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install flake8
run: pip install flake8
- name: Run linter
run: flake8 ./bento_drop_box_service ./tests