Skip to content

Add env for container #13

Add env for container

Add env for container #13

Workflow file for this run

name: BlackLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Black with --skip-string-normalization
run: |
pip install black
black . --skip-string-normalization