Skip to content

feat: add first few custom compose key sequence to progressively get … #26

feat: add first few custom compose key sequence to progressively get …

feat: add first few custom compose key sequence to progressively get … #26

Workflow file for this run

name: Nix
on: [push, pull_request]
jobs:
build:
name: Check flake and upload build cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check flake structure
run: nix flake check