Skip to content

Update Blocklist to the latest version #46

Update Blocklist to the latest version

Update Blocklist to the latest version #46

Workflow file for this run

name: "Check build"
on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run `nix build`
run: nix build .