Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests in CI #4

Merged
merged 10 commits into from
Jan 27, 2024
Prev Previous commit
Next Next commit
Exclude tests dir from super linter
  • Loading branch information
danielgospodinow committed Jan 27, 2024
commit 430d091a00a8ae78be7a2a2bf59fff62bc29afb6
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -28,3 +28,4 @@ jobs:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: 'tests/.*'
Loading