Skip to content

Merge pull request #397 from 10up/feature/content-picker-readme #1029

Merge pull request #397 from 10up/feature/content-picker-readme

Merge pull request #397 from 10up/feature/content-picker-readme #1029

Workflow file for this run

name: Lint Pull Request
on: [push, workflow_dispatch]
permissions:
contents: read
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1.0.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}
filter_mode: diff_context