Skip to content

XKit Preferences: Preliminary vertical nav layout button fix (#2109) #218

XKit Preferences: Preliminary vertical nav layout button fix (#2109)

XKit Preferences: Preliminary vertical nav layout button fix (#2109) #218

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test