Skip to content

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
permissions:
content: read
jobs:
fmt:
runs-on: ubuntu-latest
name: fmt
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Nix
uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: fmt
run: nix develop .#ci --command alejandra -c .
eval:
runs-on: ubuntu-latest
name: eval
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Nix
uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: nix eval
run: nix eval --json .#deploy-sh.hosts --apply "builtins.mapAttrs (_: v: v.config.system.build.toplevel)"

Check failure on line 38 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

You have an error in your yaml syntax on line 38