Skip to content

Do not reload the page when removing a market listing #56

Do not reload the page when removing a market listing

Do not reload the page when removing a market listing #56

Workflow file for this run

name: Lint
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install
run: npm install
- name: Test
run: npm test