Update Gitea Actions CI workflow
Some checks failed
Go CI Pipeline / Security Scan (SCA) (push) Failing after 2m19s
Go CI Pipeline / Lint Code (push) Failing after 1m39s
Go CI Pipeline / Run Tests (push) Failing after 1m7s
Go CI Pipeline / Build Application (push) Has been skipped

This commit is contained in:
phattt2901 2025-05-02 19:37:12 +07:00
parent bda2c9201d
commit 8a9bed9520

View File

@ -5,10 +5,10 @@ name: Go CI Pipeline # Tên của workflow
on: # Các sự kiện kích hoạt workflow
push:
branches:
- main # Chạy khi push lên nhánh main
- master # Chạy khi push lên nhánh master
pull_request:
branches:
- main # Chạy khi có PR được tạo/cập nhật nhắm vào nhánh main
- master # Chạy khi có PR được tạo/cập nhật nhắm vào nhánh master
jobs:
# ---- Job: Lint Code ----