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

View File

@ -25,6 +25,7 @@ jobs:
sudo apt-get install -y nodejs
node -v
npm -v
yarn -v
- name: Checkout repository
uses: actions/checkout@v4

View File

@ -18,6 +18,13 @@ jobs:
echo "Triggered by ${{ gitea.event_name }} event"
echo "Branch: ${{ gitea.ref }}"
echo "Repository: ${{ gitea.repository }}"
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
node -v
npm -v
yarn -v
- name: Checkout repository
uses: actions/checkout@v4
- name: List repo files