Skip to content

chore(deps): bump cla-assistant/github-action from 1.4.3.pre.alpha to 2.3.2 #384

chore(deps): bump cla-assistant/github-action from 1.4.3.pre.alpha to 2.3.2

chore(deps): bump cla-assistant/github-action from 1.4.3.pre.alpha to 2.3.2 #384

Workflow file for this run

name: "CI"
on:
- pull_request
- push
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v26
- name: Build
run: nix-build
- name: Link check
run: nix-shell --run "make linkcheck"