Skip to content

update ui mapping when reset #17

update ui mapping when reset

update ui mapping when reset #17

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