We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a422bcd commit c49cceaCopy full SHA for c49ccea
1 file changed
.github/workflows/reusables-frontend.yml
@@ -93,6 +93,9 @@ jobs:
93
eslint-summary: ${{ steps.frontend-checks.outputs.eslint-summary }}
94
# yamllint enable
95
steps:
96
+ - name: Checkout Code
97
+ uses: actions/checkout@v4
98
+
99
- name: Run Frontend Checks
100
id: frontend-checks
101
uses: sessatakuma/org-workflows/.github/actions/frontend-checks@main
0 commit comments