Skip to content

Dinamically fetch examples list in the web ui #8

Dinamically fetch examples list in the web ui

Dinamically fetch examples list in the web ui #8

name: Test
on:
pull_request:
jobs:
tests:
name: Run linter and tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: lint
run: npm run lint