Skip to content

Commit c49ccea

Browse files
committed
fix: miss checkout in frontend workflow
- add missing checkout in reusables frontend workflow fix #41
1 parent a422bcd commit c49ccea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusables-frontend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
eslint-summary: ${{ steps.frontend-checks.outputs.eslint-summary }}
9494
# yamllint enable
9595
steps:
96+
- name: Checkout Code
97+
uses: actions/checkout@v4
98+
9699
- name: Run Frontend Checks
97100
id: frontend-checks
98101
uses: sessatakuma/org-workflows/.github/actions/frontend-checks@main

0 commit comments

Comments
 (0)