Skip to content

✨ Support icon and info for query and api options #38

✨ Support icon and info for query and api options

✨ Support icon and info for query and api options #38

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: current
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test