Skip to content

Commit 57d0e40

Browse files
authored
Merge pull request #1482 from WikipediaLibrary/dhardy/T404882
Hide stdout in GitHub Action
2 parents 6337471 + fbe7349 commit 57d0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/language-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: curl -o locale/language-data.json https://raw.githubusercontent.com/wikimedia/language-data/refs/heads/master/data/language-data.json
1717

1818
- name: Validate
19-
run: jq -ce . locale/language-data.json
19+
run: jq -ce . locale/language-data.json > /dev/null
2020

2121
- name: Pull Request
2222
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)