Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Feb 12, 2024
1 parent ca8e0a8 commit 8f7234c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: |
npm install jshint && npx jshint frontend/*.js frontend/*/*.js
cd frontend
npm install && npm test
2 changes: 1 addition & 1 deletion frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ html,
margin-bottom: 12px;
}

#multistatus, x-multistatus-cloud {
#multistatus {
margin: 12px;
margin-bottom: 24px;
}
Expand Down

0 comments on commit 8f7234c

Please sign in to comment.