Skip to content

Add Header strings

Add Header strings #1

Workflow file for this run

name: Ninja i18n action
on: pull_request_target
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
pull-requests: write # Necessary to comment on PRs

Check failure on line 8 in .github/workflows/ninja_i18n.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ninja_i18n.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
issues: read # Necessary to read issue comments
contents: read # Necessary to access the repo content
jobs:
ninja-i18n:
name: Ninja i18n - GitHub Lint Action
runs-on: ubuntu-latest
steps:
- name: Run Ninja i18n
# @main ensures that the latest version of the action is used
uses: opral/ninja-i18n-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}