diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e48f8f6..afdb00b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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