Skip to content

Fix sockets on hyprland #787

Fix sockets on hyprland

Fix sockets on hyprland #787

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint and typecheck
uses: actions/setup-node@v3
with:
node-version: latest
cache: 'npm'
- run: npm ci
- run: npm test