Skip to content

fix(hyprland.ts): correct the name of floating signal (#151) #274

fix(hyprland.ts): correct the name of floating signal (#151)

fix(hyprland.ts): correct the name of floating signal (#151) #274

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