Skip to content

Added dependabot

Added dependabot #53

Workflow file for this run

name: Linting with black
on: [push, pull_request]
jobs:
black-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable