Skip to content

Add renovate.json

Add renovate.json #148

Workflow file for this run

name: Test
on: [push]
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v13
- uses: cachix/cachix-action@v10
with:
name: earnestresearch-public
signingKey: '${{ secrets.EARNESTRESEARCH_PUBLIC_CACHIX_SIGNING_KEY }}'
- run: nix-build ci.nix
- run: nix-shell --run "exit 0"