Skip to content

Commit

Permalink
Update check-i18n.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 10, 2024
1 parent 267ed9c commit fe8c058
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0 # all
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # all
# Only check for missing hashes in new files
- name: Any files missing hash key?
run: scripts/check-i18n.sh -n -x -v
- name: Any files with invalid hash keys?
Expand Down

0 comments on commit fe8c058

Please sign in to comment.