feat: add Frontend CI workflow for linting and building the application
Some checks failed
Frontend CI / lint (push) Failing after 42s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-01 14:23:14 +02:00
parent 961492309a
commit 65e6e58b44

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
@@ -52,7 +52,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1