Skip to content

feat: node workflow #20

feat: node workflow

feat: node workflow #20

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
uses: ./.github/workflows/call-node-lint.yml
with:
workdir: "tests/node/"
build:
needs: lint
uses: ./.github/workflows/call-node-build.yml
with:
workdir: "tests/node/"