Skip to content

Commit

Permalink
fix issue949 spacing and line
Browse files Browse the repository at this point in the history
  • Loading branch information
aceppaluni committed May 7, 2024
1 parent c7c08c6 commit 1ab5101
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ on:
- name: Perform CodeQL Analysis
uses: github/codeql-actions/analyze@v3
with:
category: "/language:javascript-typescript"
category: "/language:javascript-typescript"
2 changes: 1 addition & 1 deletion .github/workflows/desktop.fta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run: npm run fta -- desktop || true
2 changes: 1 addition & 1 deletion .github/workflows/desktop.knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run: cd desktop && npm run Knip
2 changes: 1 addition & 1 deletion .github/workflows/desktop.language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ on:
cli/package-lock.json
package-lock.json
- run: npm ci
- run: npm run check-language -- desktop
- run: npm run check-language -- desktop
2 changes: 1 addition & 1 deletion .github/workflows/desktop.mdlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ on:
cli/package-lock.json
package-lock.json
- run: cd desktop && npm ci
- run: cd desktop && npm run lint-md
- run: cd desktop && npm run lint-md
2 changes: 1 addition & 1 deletion .github/workflows/desktop.spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ on:
documentation-website/package-lock.json
package-lock.json
- run: cd desktop && npm ci
- run: cd desktop && npm run spellcheck
- run: cd desktop && npm run spellcheck
2 changes: 1 addition & 1 deletion .github/workflows/desktop.stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ on:
cli/package-lock.json
package-lock.json
- run: cd desktop && npm ci
- run: cd desktop && npm run lint-css
- run: cd desktop && npm run lint-css

0 comments on commit 1ab5101

Please sign in to comment.