lucene-filter.js

Data filter for lucene queries
git clone git://git.finwo.net/lib/lucene-filter.js
Log | Files | Refs | README | LICENSE

commit 35cf2bd3e2fdda1b0df2e502dccea8982639f404
parent ebee2172b454849451f940fdadab34daadffa1d8
Author: finwo <finwo@pm.me>
Date:   Mon, 11 May 2020 09:55:50 +0200

Fix workflow according to github error

Diffstat:
M.github/workflows/publish.yml | 2--
M.github/workflows/test.yml | 3---
2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -6,9 +6,7 @@ on: - master jobs: - publish: - needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -7,13 +7,10 @@ on: jobs: build: - runs-on: ubuntu-latest - strategy: matrix: node-version: [10.x, 12.x] - steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}