Refactor file path in actions-validate.yml and add fetch-depth parameter

This commit is contained in:
2024-09-29 18:15:22 +02:00
parent 662969b1a4
commit e5612acf6b
9 changed files with 20 additions and 0 deletions
@@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup environment
uses: ./.github/actions/setup-env