Skip to content

add getGdkMonitor to hyprland service (#400) #812

add getGdkMonitor to hyprland service (#400)

add getGdkMonitor to hyprland service (#400) #812

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