Skip to content

Merge branch 'develop' of https://github.com/10up/block-components in… #1042

Merge branch 'develop' of https://github.com/10up/block-components in…

Merge branch 'develop' of https://github.com/10up/block-components in… #1042

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/[email protected]
with:
github_token: ${{secrets.GITHUB_TOKEN}}
filter_mode: diff_context