Skip to content

MWPW-152283: fix tests (#13) #19

MWPW-152283: fix tests (#13)

MWPW-152283: fix tests (#13) #19

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: [20.x]

Check failure on line 12 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 12, Col: 23): A sequence was not expected
- run: npm ci
- run: npm run validate:ci