diff --git a/.github/workflows/desktop.codeql.yml b/.github/workflows/desktop.codeql.yml index a6abfb671..37b04d9b9 100644 --- a/.github/workflows/desktop.codeql.yml +++ b/.github/workflows/desktop.codeql.yml @@ -55,4 +55,4 @@ on: - name: Perform CodeQL Analysis uses: github/codeql-actions/analyze@v3 with: - category: "/language:javascript-typescript" \ No newline at end of file + category: "/language:javascript-typescript" diff --git a/.github/workflows/desktop.fta.yml b/.github/workflows/desktop.fta.yml index 8304a2565..1e1572a6d 100644 --- a/.github/workflows/desktop.fta.yml +++ b/.github/workflows/desktop.fta.yml @@ -43,4 +43,4 @@ on: package-lock.json - run: npm ci - run: cd desktop && npm ci && npm run language - - run: npm run fta -- desktop || true \ No newline at end of file + - run: npm run fta -- desktop || true diff --git a/.github/workflows/desktop.knip.yml b/.github/workflows/desktop.knip.yml index 31888ffef..754ded076 100644 --- a/.github/workflows/desktop.knip.yml +++ b/.github/workflows/desktop.knip.yml @@ -44,4 +44,4 @@ on: - run: npm ci - run: cd desktop && npm ci - run: cd desktop && npm run language - - run: cd desktop && npm run Knip \ No newline at end of file + - run: cd desktop && npm run Knip diff --git a/.github/workflows/desktop.language.yml b/.github/workflows/desktop.language.yml index 6d8c8aafd..69b64ff05 100644 --- a/.github/workflows/desktop.language.yml +++ b/.github/workflows/desktop.language.yml @@ -32,4 +32,4 @@ on: cli/package-lock.json package-lock.json - run: npm ci - - run: npm run check-language -- desktop \ No newline at end of file + - run: npm run check-language -- desktop diff --git a/.github/workflows/desktop.mdlint.yml b/.github/workflows/desktop.mdlint.yml index baee6a82c..8c0a94bfd 100644 --- a/.github/workflows/desktop.mdlint.yml +++ b/.github/workflows/desktop.mdlint.yml @@ -34,4 +34,4 @@ on: cli/package-lock.json package-lock.json - run: cd desktop && npm ci - - run: cd desktop && npm run lint-md \ No newline at end of file + - run: cd desktop && npm run lint-md diff --git a/.github/workflows/desktop.spellcheck.yml b/.github/workflows/desktop.spellcheck.yml index ac386866b..bf5b5185e 100644 --- a/.github/workflows/desktop.spellcheck.yml +++ b/.github/workflows/desktop.spellcheck.yml @@ -34,4 +34,4 @@ on: documentation-website/package-lock.json package-lock.json - run: cd desktop && npm ci - - run: cd desktop && npm run spellcheck \ No newline at end of file + - run: cd desktop && npm run spellcheck diff --git a/.github/workflows/desktop.stylelint.yml b/.github/workflows/desktop.stylelint.yml index faaad85e9..e86092723 100644 --- a/.github/workflows/desktop.stylelint.yml +++ b/.github/workflows/desktop.stylelint.yml @@ -52,4 +52,4 @@ on: cli/package-lock.json package-lock.json - run: cd desktop && npm ci - - run: cd desktop && npm run lint-css \ No newline at end of file + - run: cd desktop && npm run lint-css