change prettier and reformat stuff

This commit is contained in:
dni ⚡ 2023-02-20 11:40:10 +01:00
parent ca33c276d3
commit bb05703f2b
9 changed files with 73 additions and 56 deletions

View file

@ -27,12 +27,11 @@ jobs:
- name: Install packages
run: |
poetry install
npm install prettier
- name: Check black
run: make checkblack
- name: Check isort
run: make checkisort
- uses: actions/setup-node@v3
- name: Check prettier
run: |
npm install prettier
make checkprettier
run: make checkprettier