Skip to content

Removed requirements for language field #1049

Removed requirements for language field

Removed requirements for language field #1049

Workflow file for this run

name: unit-test
on:
pull_request:
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm test