feature/setup-workflow-pipeline: add lombok, add gitea workflow #2

Merged
chimeudeonwop merged 102 commits from feature/setup-workflow-pipeline into main 2025-10-31 16:46:56 +00:00
12 changed files with 198 additions and 275 deletions
Showing only changes of commit c8343cfd47 - Show all commits

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20' # adjust to your project version
node-version: '20' # adjust to your project version or via env
cache: 'yarn' # or 'npm' if you use npm
#Install frontend dependencies