Skip to content

Merge pull request #39 from bento-platform/fix/grant-resource-dump #184

Merge pull request #39 from bento-platform/fix/grant-resource-dump

Merge pull request #39 from bento-platform/fix/grant-resource-dump #184

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Set up Python
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
run: pip install poetry
- name: Install dependencies
run: poetry install
- name: Lint
run: |
poetry run black --check bento_authorization_service tests