Skip to content

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 #78

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0

Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 #78

Workflow file for this run

name: Nix
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Nix version
run: nix --version
- name: Nix build
run: nix build -L .#packages.x86_64-linux.process-compose