Skip to content

Rebase to 2.21

Rebase to 2.21 #77

Workflow file for this run

name: "build"
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: dram
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build and upload to binary cache
run: nix flake check -vL