Skip to content

fix: relax PO034 check of Copy,Remove/* in AssignMessage #34

fix: relax PO034 check of Copy,Remove/* in AssignMessage

fix: relax PO034 check of Copy,Remove/* in AssignMessage #34

Workflow file for this run

# This workflow will run tests using node when a PR is submitted
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: run-tests
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test