Skip to content

Do not save settings at onReset. #195

Do not save settings at onReset.

Do not save settings at onReset. #195

Workflow file for this run

name: CI/CD
on: [push]
permissions:
contents: read
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: npm install
- name: lint
run: npm run lint
- name: unit test
run: npm run test