Skip to content

fix: link to loopback URL instead in notification area #24

fix: link to loopback URL instead in notification area

fix: link to loopback URL instead in notification area #24

Workflow file for this run

name: Run Code Quality Checks
on: [push, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run code quality checks
run: npm run lint