Skip to content

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

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

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

Workflow file for this run

name: reviewdog eslint
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4.2.2
- uses: reviewdog/action-eslint@v1.33.0
with:
workdir: integration-tests
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.