Skip to content

docs(gradle): Hint to users as to how to see the unused rules with the current gradle implementation #1356

docs(gradle): Hint to users as to how to see the unused rules with the current gradle implementation

docs(gradle): Hint to users as to how to see the unused rules with the current gradle implementation #1356

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
name: Validate PR title
permissions:
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}