Skip to content

fix lurk-lisp link and some small edits #1

fix lurk-lisp link and some small edits

fix lurk-lisp link and some small edits #1

Workflow file for this run

name: CI tests
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
# Check links aren't broken
link-checker:
uses: argumentcomputer/ci-workflows/.github/workflows/links-check.yml@main