Skip to content

feat(manifests): add example manifest for copy-param #1585

feat(manifests): add example manifest for copy-param

feat(manifests): add example manifest for copy-param #1585

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test --silent