Skip to content

Commit

Permalink
fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jun 13, 2024
1 parent c725d96 commit f304a84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
name: Lint (Test Framework)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down Expand Up @@ -111,6 +114,9 @@ jobs:
name: Lint (Lint)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down Expand Up @@ -160,6 +166,9 @@ jobs:
name: Lint (Language Server)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down Expand Up @@ -203,6 +212,9 @@ jobs:
name: Lint (Docgen)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit f304a84

Please sign in to comment.