Skip to content

Commit

Permalink
improve test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 4, 2023
1 parent bca0d0b commit 406a715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
!.vscode/settings.json
.idea
.DS_Store

# Testing
summary-test.html
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ReviewReport = {
usersToRequest?: string[];
};

type RuleReport = { name: string } & ReviewReport;
export type RuleReport = { name: string } & ReviewReport;

type ReviewState = [true] | [false, ReviewReport];

Expand Down
1 change: 0 additions & 1 deletion src/test/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
rules:
- name: CI files
check_type: changed_files
condition:
include:
- ^\.gitlab-ci\.yml
Expand Down

0 comments on commit 406a715

Please sign in to comment.