no need to checkout the entire repo

This commit is contained in:
2024-03-10 15:12:00 -05:00
parent 2c6a8ac7b0
commit 8de631afa2
3 changed files with 0 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ on:
push:
branches:
- "master"
- "develop"
jobs:
build:
@@ -14,8 +13,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with:

View File

@@ -14,8 +14,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with:

View File

@@ -10,8 +10,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with: