Skip to content

chore: update bento_lib to 10.1.0 and move service vars to config #125

chore: update bento_lib to 10.1.0 and move service vars to config

chore: update bento_lib to 10.1.0 and move service vars to config #125

Workflow file for this run

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