Skip to content

feat: allow cycle_open_buffers (tab) to work for a single file #333

feat: allow cycle_open_buffers (tab) to work for a single file

feat: allow cycle_open_buffers (tab) to work for a single file #333

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/[email protected]
- uses: actions/[email protected]
with:
node-version-file: .nvmrc
- run: npm run clean-install:all
- uses: reviewdog/[email protected]
with:
workdir: integration-tests
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.