Skip to content

chore: update base img, lockfile deps; bump version to 3.1.6 #77

chore: update base img, lockfile deps; bump version to 3.1.6

chore: update base img, lockfile deps; bump version to 3.1.6 #77

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_notification_service ./tests --exclude=migrations