mirror of
https://github.com/kairos-io/kcrypt-challenger.git
synced 2025-04-27 19:35:22 +00:00
Fix earthly in lint
This commit is contained in:
parent
a21fb32bc0
commit
a925d877bc
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -25,10 +25,9 @@ jobs:
|
|||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
- name: Install earthly
|
- name: Install earthly
|
||||||
uses: Luet-lab/luet-install-action@v1
|
uses: earthly/actions-setup@v1
|
||||||
with:
|
with:
|
||||||
repository: quay.io/kairos/packages
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
packages: utils/earthly
|
|
||||||
- name: Run Lint checks
|
- name: Run Lint checks
|
||||||
run: |
|
run: |
|
||||||
earthly +lint
|
earthly +lint
|
||||||
|
Loading…
Reference in New Issue
Block a user