Skip to content

Actions(deps): Bump thiserror from 2.0.6 to 2.0.7 #312

Actions(deps): Bump thiserror from 2.0.6 to 2.0.7

Actions(deps): Bump thiserror from 2.0.6 to 2.0.7 #312

Workflow file for this run

name: "Test"
on:
pull_request:
types: [opened,edited,synchronize,reopened]
push:
branches:
- 'main'
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
if: github.repository_owner == 'trofi'
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: nix build --extra-experimental-features 'nix-command flakes' -L ".#nix-olde" --show-trace