Skip to content

Allow merging object with custom type under new eslint rules #244

Allow merging object with custom type under new eslint rules

Allow merging object with custom type under new eslint rules #244

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test