Skip to content

Update language-recognition.yml #42

Update language-recognition.yml

Update language-recognition.yml #42

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