Skip to content

Commit

Permalink
Adding lint check, and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
westerbo-nhn committed Jan 9, 2025
1 parent 57cd475 commit 931331e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testandbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
with:
node-version: '22.x'
- run: npm ci
- run: npm run checkformat
- run: npm run build:prod
2 changes: 1 addition & 1 deletion src/app/layout/layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class LayoutComponent implements OnInit, OnDestroy {
showSubMenu = false;
showMobileMenu = false;
showNotifications = false;
showSettings = false;
showSettings = false;
showSearch = false;
lang = '';
currentYear: number;
Expand Down

0 comments on commit 931331e

Please sign in to comment.