Skip to content

Update the CI to block merged when linting has errors #17971

Update the CI to block merged when linting has errors

Update the CI to block merged when linting has errors #17971

Workflow file for this run

name: "Check"
on: pull_request
jobs:
author-check:
runs-on: ubuntu-latest
steps:
- name: Verified Github Authors
uses: joshwooding/verified-github-author-action@v0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}