Skip to content

feat: SECOPS-2525 - add semgrep job (#51) #162

feat: SECOPS-2525 - add semgrep job (#51)

feat: SECOPS-2525 - add semgrep job (#51) #162

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Build and Test
run: npm ci