Skip to content

Commit

Permalink
ci: use checkout before pr validation
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 8, 2023
1 parent 601d1b4 commit 0057b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: triage
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -30,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: size-label
steps:
- uses: actions/checkout@v4
- name: size-label
uses: "pascalgn/[email protected]"
env:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0057b25

Please sign in to comment.