Skip to content

testResponseBodyContent - prevent PM variables as string #589

testResponseBodyContent - prevent PM variables as string

testResponseBodyContent - prevent PM variables as string #589

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '20' ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint:ci