Skip to content

Merge pull request #32 from shoonia/sync-file-structure-with-wix-ide #178

Merge pull request #32 from shoonia/sync-file-structure-with-wix-ide

Merge pull request #32 from shoonia/sync-file-structure-with-wix-ide #178

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test