Skip to content

Bump lacework/lw-scanner-action from 1.4.1 to 1.4.3 #27

Bump lacework/lw-scanner-action from 1.4.1 to 1.4.3

Bump lacework/lw-scanner-action from 1.4.1 to 1.4.3 #27

Workflow file for this run

name: test
on:
pull_request:
branches-ignore:
- none
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.18.0
- run: npm ci
- run: npm run lint
- run: npm run test