Skip to content

chore(deps): lock file maintenance #21

chore(deps): lock file maintenance

chore(deps): lock file maintenance #21

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: cachix/install-nix-action@17fe5fb4a23ad6cbbe47d6b3f359611ad276644c # v31
with:
extra_nix_config: |
accept-flake-config = true
- name: Smoke-test the library function
run: nix develop -c just check-function