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

feature(#195): implement setting page #716

feature(#195): implement setting page

feature(#195): implement setting page #716

Workflow file for this run

name: Brain Lint with black
on:
push:
pull_request:
paths:
- "Brain/**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Brain
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 .