Skip to content

md files update

md files update #1447

Workflow file for this run

name: App Connect Template Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: touch package-lock.json
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
cache: 'npm'
- run: npm i
- run: npm test