Skip to content

chore(config): disable tmpfs (#62) #12

chore(config): disable tmpfs (#62)

chore(config): disable tmpfs (#62) #12

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
push:
branches: [main]
paths:
- "**/*.nix"
- "flake.lock"
- ".github/workflows/check.yaml"
jobs:
test:
name: Check repository
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check flake.lock
uses: DeterminateSystems/flake-checker-action@v5
- name: Intall Nix
uses: DeterminateSystems/nix-installer-action@v10
- name: Check repository
run: nix flake check