Skip to content

Improve showing why a line was shown in deployment log #192

Improve showing why a line was shown in deployment log

Improve showing why a line was shown in deployment log #192

Workflow file for this run

name: "Nix Test"
# Controls when the workflow will run
on:
# Trigger the workflow on push or pull request events:
push:
branches: [ master ]
pull_request:
# Allow to run this workflow manually from the Actions tab:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix build
- run: nix flake check