Skip to content

Commit

Permalink
Test github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Oct 3, 2023
1 parent 79a01a2 commit 446d9e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths-ignore:
- "*.md"
- "LICENSE"
- "*.json"

jobs:
review:
Expand All @@ -14,9 +15,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: "Get diff of the pull request"
id: get_diff
shell: bash
Expand Down

0 comments on commit 446d9e5

Please sign in to comment.