Skip to content

Working dir 2

Working dir 2 #20

Workflow file for this run

name: Nix
on: [push]
jobs:
working-directory: ./nix

Check failure on line 6 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nix.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
with:
path: /nix/store
key: ${{ runner.os }}-nix-${{ hashFiles('flake.nix', 'system/configuration.nix', 'user/home.nix') }}
- run: nix flake check --no-build