Run linter on review requested

This commit is contained in:
Neeraj Gupta 2022-11-06 14:52:03 +05:30
parent a33ffc304b
commit 1cdc687be7
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -1,11 +1,11 @@
name: Check Linter Rules
on:
pull_request:
types: [review_requested]
branches:
- master
jobs:
test:
if: github.event.pull_request.draft == 'false'
name: Check the source code
runs-on: ubuntu-latest
steps: