Skip to content

Commit

Permalink
[meta] Update check_pr_translations.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Aug 5, 2024
1 parent f4d3472 commit 7839dc3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check_pr_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ on:
paths:
- 'src/main/resources/assets/**/lang/*.json'

permissions:
pull-requests: write
contents: read

jobs:
check-localization:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 7839dc3

Please sign in to comment.