Test CI v2.1.30
Some checks failed
Go CI Pipeline / Lint Code (push) Failing after 3s
Go CI Pipeline / Run Tests (push) Successful in 51s
Go CI Pipeline / Build Application (push) Has been skipped
DNS & Network Test / network-test (push) Failing after 4s
Go CI Pipeline / Security Scan (SCA) (push) Failing after 53s
Some checks failed
Go CI Pipeline / Lint Code (push) Failing after 3s
Go CI Pipeline / Run Tests (push) Successful in 51s
Go CI Pipeline / Build Application (push) Has been skipped
DNS & Network Test / network-test (push) Failing after 4s
Go CI Pipeline / Security Scan (SCA) (push) Failing after 53s
This commit is contained in:
parent
580c0deff3
commit
a25b338ac0
@ -11,6 +11,9 @@ jobs:
|
||||
lint:
|
||||
name: Lint Code # Tên hiển thị của job
|
||||
runs-on: ubuntu-latest # Chỉ định runner có label này (label mặc định phổ biến)
|
||||
container:
|
||||
image: nikolaik/golang-nodejs:1.22-20
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3 # Action để lấy code về runner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user