Skip to content

Commit

Permalink
LintPR Action Update
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Apr 26, 2024
1 parent 5023ee6 commit 07c31a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lintPR.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint-PR

on:
pull_request:
pull_request_target:
types: ['opened', 'edited', 'reopened', 'synchronize']

# concurrency:
Expand All @@ -22,8 +22,8 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
#with:
# fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

# Optional step to run on only changed files
- name: Get changed files
Expand Down

0 comments on commit 07c31a7

Please sign in to comment.