Skip to content

Commit

Permalink
debug code based on good code quility
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-dhangar committed Mar 1, 2024
1 parent c9889fa commit a84c04b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ajay-dhangar
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ This project is licensed under the [MIT License](#).
- Website: [CMHQ.Tech](https://cmhq.tech)


## Workflows
## Workflows, Badges, and Analytics

[![Deploy to GitHub Pages](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/deploy.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/deploy.yml) [![Hadolint](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/hadolint.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/hadolint.yml) [![Docker Image CI](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/docker-image.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/docker-image.yml) [![CodeQL](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/codeql.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/codeql.yml)
[![Deploy to GitHub Pages](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/deploy.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/deploy.yml) [![Hadolint](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/hadolint.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/hadolint.yml) [![Docker Image CI](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/docker-image.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/docker-image.yml) [![CodeQL](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/codeql.yml/badge.svg)](https://github.com/Ajay-Dhangar/code-harbor-hub/actions/workflows/codeql.yml)[![CodeScene general](https://codescene.io/images/analyzed-by-codescene-badge.svg)](https://codescene.io/projects/50606)[![CodeScene System Mastery](https://codescene.io/projects/50606/status-badges/system-mastery)](https://codescene.io/projects/50606)[![CodeScene Missed Goals](https://codescene.io/projects/50606/status-badges/missed-goals)](https://codescene.io/projects/50606)[![CodeScene Code Health](https://codescene.io/projects/50606/status-badges/code-health)](https://codescene.io/projects/50606)[![DeepScan grade](https://deepscan.io/api/teams/22888/projects/26587/branches/848459/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=22888&pid=26587&bid=848459)
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ShowcaseFilterToggle(): JSX.Element {
const searchParams = new URLSearchParams(location.search);
searchParams.delete(OperatorQueryKey);
if (!operator) {
searchParams.append(OperatorQueryKey, operator ? 'OR' : 'AND');
searchParams.append(OperatorQueryKey, 'AND');
}
history.push({
...location,
Expand Down

0 comments on commit a84c04b

Please sign in to comment.