Skip to content

github: initial version of the workflow for typescript #1

github: initial version of the workflow for typescript

github: initial version of the workflow for typescript #1

name: MPS-CLI-TYPESCRIPT_CI
on:
push:
branches:
- 'main'
pull_request:
env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}
jobs:
build_mps_cli_py:
runs-on: ubuntu-latest
env:
DISPLAY: ':99'
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3

Check failure on line 21 in .github/workflows/mps_cli_ts_build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/mps_cli_ts_build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 21
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test