Skip to content

chore: migrate travis to github actions #4

chore: migrate travis to github actions

chore: migrate travis to github actions #4

Workflow file for this run

name: N|Solid CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
Run_CI_with_N|Solid:

Check failure on line 10 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / N|Solid CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 10, Col: 3): The identifier 'Run_CI_with_N|Solid' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
nsolid-version: [5]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Setup N|Solid ${{ matrix.node-version }}
uses: nodesource/setup-nsolid@v1
with:
node-version: ${{ matrix.node-version }}
nsolid-version: ${{ matrix.nsolid-version }}
- run: nsolid -vv
- run: npm ci || npm install
- run: npm run test