Skip to content

Prevent crashing when no items provided (#141) #7

Prevent crashing when no items provided (#141)

Prevent crashing when no items provided (#141) #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "*"
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm test