From: Tim Düsterhus Date: Thu, 29 Oct 2020 16:12:34 +0000 (+0100) Subject: Fix typo in codestyle workflow X-Git-Tag: 5.4.0_Alpha_1~684 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=049406b1c9d6326abdf8627037966b34ecdde15f;p=GitHub%2FWoltLab%2FWCF.git Fix typo in codestyle workflow --- diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 0c2b1546cd..7114104f3f 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -23,7 +23,7 @@ jobs: - run: npm install - run: | shopt -s globstar - npx pretter -w wcfsetup/install/files/ts/**/*.ts + npx prettier -w wcfsetup/install/files/ts/**/*.ts - run: echo "::add-matcher::.github/diff.json" - run: | git diff --exit-code