Skip to content

PXG-000: Add snyk scan to kondukto workflow #301

PXG-000: Add snyk scan to kondukto workflow

PXG-000: Add snyk scan to kondukto workflow #301

Workflow file for this run

name: Pull request
on: pull_request
jobs:
build:
name: Pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run linting
run: npm run lint
- name: Run tests
run: npm test