Skip to content

Commit

Permalink
fix: codeql should ignore sample files (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
sempex authored Nov 18, 2024
1 parent 1dabfa0 commit 787cfb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { NgModule } from '@angular/core';
import { PostComponentsModule } from '@swisspost/design-system-components-angular';

@NgModule({
...
// ...
imports: [PostComponentsModule],
...
// ...
})
export class AppModule {}

0 comments on commit 787cfb3

Please sign in to comment.