Skip to content

build(deps): bump anyhow from 1.0.71 to 1.0.72 #625

build(deps): bump anyhow from 1.0.71 to 1.0.72

build(deps): bump anyhow from 1.0.71 to 1.0.72 #625

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
check:
name: check
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install nix
uses: cachix/install-nix-action@v22
- name: Set up cachix
uses: cachix/cachix-action@v12
with:
name: nix-community
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Run checks
run: nix flake check