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 3af16b7 commit 5023ee6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lintPR.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint-PR

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

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -20,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 5023ee6

Please sign in to comment.