Skip to content

Actions(deps): Bump serde_json from 1.0.116 to 1.0.117 #189

Actions(deps): Bump serde_json from 1.0.116 to 1.0.117

Actions(deps): Bump serde_json from 1.0.116 to 1.0.117 #189

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@v26
- run: nix build --extra-experimental-features 'nix-command flakes' -L ".#nix-olde" --show-trace