Skip to content

Merge pull request #300 from BrianHicks/dependabot/cargo/serde_json-1… #876

Merge pull request #300 from BrianHicks/dependabot/cargo/serde_json-1…

Merge pull request #300 from BrianHicks/dependabot/cargo/serde_json-1… #876

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