Skip to content

tweak(emacs): font #330

tweak(emacs): font

tweak(emacs): font #330

Workflow file for this run

name: nix flake check
on:
push:
pull_request:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v1
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run `nix flake check`
run: nix flake check