Skip to content

Commit

Permalink
Add missing languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonforal committed Jan 14, 2025
1 parent cd46daf commit 78c7cf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
run: |
list="
CSHARP
DOCKERFILE
GO
JAVA
JAVASCRIPT
KOTLIN
PYTHON
RUBY
TYPESCRIPT
PHP
YAML
"
single_line=$(echo "$list" | tr '\n' ' ' | xargs)
echo "languages=$single_line" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 78c7cf5

Please sign in to comment.