Skip to content

feat(firefox): Apply Tokyonight theme #433

feat(firefox): Apply Tokyonight theme

feat(firefox): Apply Tokyonight theme #433

Workflow file for this run

name: Check Nix flake
on:
pull_request_target:
paths:
- '*.nix'
- flake.lock
push:
branches:
- master
workflow_dispatch: # allow manual trigger
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v8
with:
fail-mode: true
send-statistics: false
- name: Run nix flake check
run: nix flake check