Merge pull request #294 from 10up/feature/allow-custom-search-result-… #683
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Pull Request | |
on: [push, workflow_dispatch] | |
jobs: | |
eslint: | |
name: ESLint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: reviewdog/[email protected] | |
with: | |
github_token: ${{secrets.GITHUB_TOKEN}} | |
filter_mode: diff_context |