Skip to content

Commit

Permalink
Validation pipeline improve
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-symbiotic committed Jan 15, 2025
1 parent b873f44 commit 1a17f69
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ jobs:
pull-requests: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Detect changed files
uses: yumemi-inc/changed-files@v3
id: changes

- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Validate
uses: symbioticfi/metadata-validation-scripts@main
with:
Expand Down

0 comments on commit 1a17f69

Please sign in to comment.