Skip to content

build(deps): Bump toml_edit from 0.20.7 to 0.21.0 #25

build(deps): Bump toml_edit from 0.20.7 to 0.21.0

build(deps): Bump toml_edit from 0.20.7 to 0.21.0 #25

Workflow file for this run

name: Build and populate cache
on:
push:
branches: [main]
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- "flake.nix"
- "flake.lock"
pull_request:
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- "flake.nix"
- "flake.lock"
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup cachix
uses: cachix/cachix-action@v12
with:
name: "catppuccin"
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Flake check
run: nix flake check
- name: Build package
run: nix build -L .