Test CI v2.1.23
Some checks failed
Go CI Pipeline / Lint Code (push) Failing after 39s
Go CI Pipeline / Run Tests (push) Failing after 22s
DNS & Network Test / network-test (push) Successful in 48s
Go CI Pipeline / Security Scan (SCA) (push) Failing after 2m14s
Go CI Pipeline / Build Application (push) Has been skipped

This commit is contained in:
phattt2901 2025-05-04 11:12:01 +07:00
parent 1a648bdb11
commit 6afdc025ce

View File

@ -5,7 +5,7 @@ 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 master
- master # Chạy khi push lên nhánh master
jobs:
# ---- Job: Lint Code ----
lint: