Skip to content

Bump serde_json from 1.0.127 to 1.0.128 #875

Bump serde_json from 1.0.127 to 1.0.128

Bump serde_json from 1.0.127 to 1.0.128 #875

Workflow file for this run

name: CI
on:
push:
jobs:
build-and-test:
name: build and test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/cachix-action@v15
with:
name: xbar-pr-status
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --print-build-logs