Skip to content

Support for Boolean Type in Logger Option #4

Support for Boolean Type in Logger Option

Support for Boolean Type in Logger Option #4

Workflow file for this run

name: PR
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test