Skip to content

Merge pull request #145 from innovativeinnovation/fea-fzf #117

Merge pull request #145 from innovativeinnovation/fea-fzf

Merge pull request #145 from innovativeinnovation/fea-fzf #117

Workflow file for this run

# (c) William Belle, 2021-2022.
# See the LICENSE file for more details.
name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '10.x'
- name: Install and test
run: |
npm i
npm run build