Skip to content

chore (migrations) updates to allow 4.1 to work. #1141

chore (migrations) updates to allow 4.1 to work.

chore (migrations) updates to allow 4.1 to work. #1141

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
format-code:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --safe"