Skip to content

Usability Tweaks: Open links in new tab - exclude profile tab links #2399

Usability Tweaks: Open links in new tab - exclude profile tab links

Usability Tweaks: Open links in new tab - exclude profile tab links #2399

Workflow file for this run

name: "Build and test"
on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
test:
name: "Build and test"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm test