Skip to content

refactor: adapt to nvim 0.11.x deprecating vim.fn.termopen() #733

refactor: adapt to nvim 0.11.x deprecating vim.fn.termopen()

refactor: adapt to nvim 0.11.x deprecating vim.fn.termopen() #733

Workflow file for this run

name: Linkspector
on: [pull_request]
jobs:
check-links:
name: runner / linkspector
# Temporarily work around this issue by downgrading the runner OS
# https://github.com/UmbrellaDocs/action-linkspector/issues/32
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.2.2
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1.2.4
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true