Skip to content

Commit

Permalink
fix(ci): try a complete git checkout to see if that's what breaks gol…
Browse files Browse the repository at this point in the history
…angci-lint
  • Loading branch information
omissis committed Oct 7, 2023
1 parent d85e8d3 commit e165a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
- name: Setup Golang
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Setup Golang
Expand Down

0 comments on commit e165a6f

Please sign in to comment.