Skip to content

Fix issues with {{to}} on LinkedIn #63

Fix issues with {{to}} on LinkedIn

Fix issues with {{to}} on LinkedIn #63

Workflow file for this run

name: Unit Test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: test
run: npm test