Skip to content

doc: Document process for using dependabot configs #18

doc: Document process for using dependabot configs

doc: Document process for using dependabot configs #18

Workflow file for this run

on:
push:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install black
run: pip install black
- name: Run black
run: black . --check