Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Merge pull request #44 from ttt246/feature/update_plugin #104

Merge pull request #44 from ttt246/feature/update_plugin

Merge pull request #44 from ttt246/feature/update_plugin #104

Workflow file for this run

name: Lint with black
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/checkout@v3
- name: setup-python
uses: actions/setup-python@v3
- name: install black
run: pip install black
- name: lint
run: black --check .