Skip to content

feat(webpack-config): split webpack config to prod and dev #50

feat(webpack-config): split webpack config to prod and dev

feat(webpack-config): split webpack config to prod and dev #50

Workflow file for this run

name: static application security testing
on:
push:
branches: ['*']
pull_request:
branches: [dev]
jobs:
njsscan:
runs-on: ubuntu-latest
name: njsscan check
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@master
with:
args: '.'