change prettier and reformat stuff
This commit is contained in:
parent
ca33c276d3
commit
bb05703f2b
9 changed files with 73 additions and 56 deletions
5
.github/workflows/formatting.yml
vendored
5
.github/workflows/formatting.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue