Skip to content

feat: beacon client-authorized requests to private data endpoints #78

feat: beacon client-authorized requests to private data endpoints

feat: beacon client-authorized requests to private data endpoints #78

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 black
run: python -m pip install black
- name: Run linter
run: black --check --line-length=120 ./bento_beacon