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
13 changed files with 246 additions and 275 deletions
Showing only changes of commit e413e7d434 - Show all commits

View File

@ -19,6 +19,11 @@ jobs:
echo "Branch: ${{ gitea.ref }}"
echo "Repository: ${{ gitea.repository }}"
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout repository manually
env:
TOKEN: ${{ secrets.ACCESS_TOKEN }}