Skip to content

feat(nexus-simplified-scripting-converter): ✨ add wait action to the list of supported actions #373

feat(nexus-simplified-scripting-converter): ✨ add wait action to the list of supported actions

feat(nexus-simplified-scripting-converter): ✨ add wait action to the list of supported actions #373

Workflow file for this run

name: Test, Lint and Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- name: test
run: |
npm ci
npm run test
build-webpack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- name: Build
run: |
npm ci
npm run webpack