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

ci: fix case sensitivity in duplicate check #85

Merged
merged 2 commits into from
Jul 28, 2024
Merged

ci: fix case sensitivity in duplicate check #85

merged 2 commits into from
Jul 28, 2024

Conversation

mcanouil
Copy link
Owner

@mcanouil mcanouil commented Jul 28, 2024

This pull request fixes #84 where the duplicate check was case sensitive. The check should be case insensitive. The changes include modifying the code to use case-insensitive comparison when checking for duplicates in the extensions/quarto-extensions.csv file.

@mcanouil mcanouil added the Type: CI/CD 🤖 Issues related to continuous integration and deployment label Jul 28, 2024
@mcanouil mcanouil self-assigned this Jul 28, 2024
@mcanouil mcanouil merged commit df74f71 into main Jul 28, 2024
3 checks passed
@mcanouil mcanouil deleted the fix/issue84 branch July 28, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: CI/CD 🤖 Issues related to continuous integration and deployment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Duplicate check case sensitive
1 participant