Skip to content

add valueOrEmpty method. #50

add valueOrEmpty method.

add valueOrEmpty method. #50

Workflow file for this run

name: eslint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Run eslint 🔧
run: |
npm ci
npm run lint