Skip to content

ci: Add workflow to build the Nix flake #2

ci: Add workflow to build the Nix flake

ci: Add workflow to build the Nix flake #2

Workflow file for this run

name: Yapall nix CI
on:
- push
- pull_request
jobs:
build:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
extra_nix_config: |

Check failure on line 11 in .github/workflows/nix-ci.yml

View workflow run for this annotation

GitHub Actions / Yapall nix CI

Invalid workflow file

The workflow is not valid. .github/workflows/nix-ci.yml (Line: 11, Col: 9): Unexpected value 'extra_nix_config' .github/workflows/nix-ci.yml (Line: 8, Col: 5): Required property is missing: runs-on
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: galois
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: build and test
shell: bash
run: nix build -L .#yapall