Skip to content

hypr: improve windowrules #116

hypr: improve windowrules

hypr: improve windowrules #116

Workflow file for this run

name: "Flake Check"
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: nicknovitski/nix-develop@v1
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: >
pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run all pre-commit checks
run: pre-commit run --all-files
- name: Check all systems
run: nix flake check --all-systems