Skip to content

plugin.spec sync (#3035) #13967

plugin.spec sync (#3035)

plugin.spec sync (#3035) #13967

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install black==22.3.0
- name: Lint
run: |
black . --check