Skip to content

Update node-version from [16.x] to [16] #37

Update node-version from [16.x] to [16]

Update node-version from [16.x] to [16] #37

Workflow file for this run

# Enforce Black formatting for Python code
name: Black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable