Skip to content

Feat: Add spaces to item #264

Feat: Add spaces to item

Feat: Add spaces to item #264

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: browser-actions/setup-chrome@latest
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm i -g karma
- run: npm i -g cat
- run: npm run test:all