Skip to content

update README.md and fix bug in fallback config lookup #125

update README.md and fix bug in fallback config lookup

update README.md and fix bug in fallback config lookup #125

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
name: Continuous integration
jobs:
checks:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: npm run build