Skip to content

Update translation-keywords.json #21

Update translation-keywords.json

Update translation-keywords.json #21

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Validation workflow
on:
pull_request:
branches:
- "*" # matches every branch that doesn't contain a '/'
- "*/*" # matches every branch containing a single '/'
- "**"
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
Validate-Files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js version
uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: npm install, build, and test
run: |
npm ci
npx tsx src/Validate.ts