Skip to content

ci: cargo outdated based flow, flake/crate bump #207

ci: cargo outdated based flow, flake/crate bump

ci: cargo outdated based flow, flake/crate bump #207

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Christina Sørensen
# SPDX-FileContributor: Christina Sørensen
#
# SPDX-License-Identifier: AGPL-3.0-only
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5 # This action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
- name: Nix Flake Check
run: nix flake check --all-systems