@@ -10,7 +10,9 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
steps:
|
steps:
|
||||||
- uses: https://gitea.com/actions/checkout@v4
|
- name: Checkout
|
||||||
|
run: |
|
||||||
|
git clone --depth=1 --branch="${GITHUB_REF_NAME}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user