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 249 additions and 275 deletions
Showing only changes of commit b6ea3877b5 - Show all commits

View File

@ -21,11 +21,11 @@ jobs:
- name: Install Node.js, npm, and Yarn - name: Install Node.js, npm, and Yarn
run: | run: |
sudo apt update apt update
sudo apt install -y curl apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs apt install -y nodejs
sudo npm install -g yarn npm install -g yarn
- name: Checkout repository manually - name: Checkout repository manually
env: env: