Skip to content

Removes installation of platform from a ZIP #136

Removes installation of platform from a ZIP

Removes installation of platform from a ZIP #136

Workflow file for this run

---
name: Test
on:
pull_request:
paths:
- '**/*.js'
- '**/*.y?ml'
- '*.js'
push:
paths:
- '**/*.js'
- '**/*.y?ml'
- '*.js'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: actions/checkout@v3
- run: npm version
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm run lint
- run: npm test