Fix earthly in lint

This commit is contained in:
Itxaka 2025-04-22 10:41:38 +02:00 committed by GitHub
parent a21fb32bc0
commit a925d877bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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