mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
WHY THE FUCK IS THIS NOT BUILT INTO PRETTIER
This commit is contained in:
parent
76065683ef
commit
7d2fd1eed5
1 changed files with 5 additions and 2 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -18,8 +18,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check formatting with Prettier
|
- name: Reformat with Prettier
|
||||||
uses: actionsx/prettier@e90ec5455552f0f640781bdd5f5d2415acb52f1a
|
uses: actionsx/prettier@e90ec5455552f0f640781bdd5f5d2415acb52f1a
|
||||||
with:
|
with:
|
||||||
# prettier CLI arguments.
|
# prettier CLI arguments.
|
||||||
args: --check .
|
args: --write .
|
||||||
|
- name: Show diff
|
||||||
|
run: git --no-pager diff --exit-code --color=never
|
||||||
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue