Skip to content

ci: build testing after testing (#14) #27

ci: build testing after testing (#14)

ci: build testing after testing (#14) #27

Workflow file for this run

name: njsscan
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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: 'src'