Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
imiric committed Apr 21, 2024
1 parent 2a763a6 commit 4b6d123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
version: v0.8.8
- name: Checkout code
uses: actions/checkout@v4
with:
# Needed for `golangci-lint --new-from-rev`
fetch-depth: 0
# Needed for Earthly tagging to work
- name: Put back the git branch into git
run: |
Expand All @@ -36,7 +39,7 @@ jobs:
env:
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
EARTHLY_ORG: ${{ secrets.EARTHLY_ORG }}
run: earthly --ci --sat disco --push +lint
run: earthly --verbose --ci --sat disco --push +lint
- name: Upload golangci-lint report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4b6d123

Please sign in to comment.