infra/.github/workflows/nix.yml
dependabot[bot] a7763c9d6f
build(deps): bump cachix/install-nix-action from 13 to 14
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 21:02:31 +00:00

18 lines
384 B
YAML

name: "Nix"
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v14
- uses: cachix/cachix-action@v10
with:
extraPullNames: nixpkgs-update
name: nix-community
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
- run: ./ci.sh