Skip to content

Hide paths while pressing the "h" key or press a small icon next to t… #859

Hide paths while pressing the "h" key or press a small icon next to t…

Hide paths while pressing the "h" key or press a small icon next to t… #859

name: Test and Build
on: push
jobs:
test_and_build:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: v20.14.0
- name: Test and Build
run: |
npm ci
npm run test
npm run build