Skip to content

Is this repository still active? #90

Is this repository still active?

Is this repository still active? #90

Workflow file for this run

name: Test
on:
pull_request:
push:
issue_comment:
types: [created, edited]
jobs:
test:
if: contains('pull_request|push', github.event_name) || github.event.comment.body == 'rebuild'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
extra_nix_config: |
sandbox = false
- run: nix-build