Skip to content

Merge pull request #179 from lacework/remove-sast-invocation #687

Merge pull request #179 from lacework/remove-sast-invocation

Merge pull request #179 from lacework/remove-sast-invocation #687

Workflow file for this run

name: Unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint-check
- run: npm run pretty-check
- run: npm test