Skip to content

Add translation formatting action (without paths) #4

Add translation formatting action (without paths)

Add translation formatting action (without paths) #4

Workflow file for this run

name: translation
on:
pull_request:
jobs:
format:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run formatter
uses: BrightspaceUI/actions/t9n-format@main
with:
t9n-newlines: true
t9n-source: en
t9n-path: ./lang/
github-token: ${{ secrets.GITHUB_TOKEN }}