Skip to content

[DSPM] DIGX-3454: Subscribe to Prisma Cloud DSPM Within Prisma Cloud #3438

[DSPM] DIGX-3454: Subscribe to Prisma Cloud DSPM Within Prisma Cloud

[DSPM] DIGX-3454: Subscribe to Prisma Cloud DSPM Within Prisma Cloud #3438

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run lint