Skip to content

US156307 Attribute Picker Invalid State #2

US156307 Attribute Picker Invalid State

US156307 Attribute Picker Invalid State #2

Workflow file for this run

name: Lang
on:
pull_request:
paths:
- 'lang/**'
jobs:
test:
timeout-minutes: 5
runs-on: [self-hosted, Linux, AWS]
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Add CodeArtifact npm registry
uses: Brightspace/codeartifact-actions/npm/add-registry@main
with:
auth-token: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}
- name: Install MessageFormat-Validator
run: npm install messageformat-validator
- name: Run MessageFormat-Validator
run: npm run lint:langs