Skip to content

Merge pull request #180 from lacework/bump-sca-v0.1.3 #689

Merge pull request #180 from lacework/bump-sca-v0.1.3

Merge pull request #180 from lacework/bump-sca-v0.1.3 #689

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