Skip to content

feat(wacom): rotated table orientation #276

feat(wacom): rotated table orientation

feat(wacom): rotated table orientation #276

Workflow file for this run

name: Check flake repository
on:
repository_dispatch:
types: [create-pull-request]
pull_request:
types: [opened, edited, reopened, synchronize]
push:
branches: [main]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
with:
send-statistics: false
fail-mode: true
- name: Check repository
run: nix flake check