Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 1df2114

Browse files
committed
Fix spacing
1 parent 1a98ff6 commit 1df2114

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: github/super-linter@v4
1717
env:
18-
VALIDATE_ALL_CODEBASE: false
19-
DEFAULT_BRANCH: main
20-
FILTER_REGEX_INCLUDE: .*src/.*.cs
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
VALIDATE_ALL_CODEBASE: false
19+
DEFAULT_BRANCH: main
20+
FILTER_REGEX_INCLUDE: .*src/.*.cs
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)