Skip to content

Commit

Permalink
Update lint.yaml - test pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
saileshd1402 authored Oct 13, 2023
1 parent 1aa6c66 commit 576c27f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
pull_request_target:
types: [assigned, opened, synchronize, reopened]
pull_request:
branches:
- main
Expand All @@ -31,4 +33,4 @@ jobs:
uses: wearerequired/lint-action@v2
with:
black: true
pylint: true
pylint: true

0 comments on commit 576c27f

Please sign in to comment.