Skip to content

Time: 85 ms (5.18%), Space: 16.7 MB (63.54%) - LeetHub #36

Time: 85 ms (5.18%), Space: 16.7 MB (63.54%) - LeetHub

Time: 85 ms (5.18%), Space: 16.7 MB (63.54%) - LeetHub #36

Workflow file for this run

# Ensure Python files are recognized
*.py linguist-language=Python

Check failure on line 2 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
# Ensure SQL files are recognized
*.sql linguist-language=Other
# Ensure SQL files in specific directories are recognized
leetcode/**/*.sql linguist-language=SQL
data/scripts/**/*.sql linguist-language=SQL
data/queries/**/*.sql linguist-language=SQL
# Include any SQL files in other directories
other_dir/*.sql linguist-language=SQL