Skip to content

Update earthly/earthly Docker tag to v0.8.15 #7

Update earthly/earthly Docker tag to v0.8.15

Update earthly/earthly Docker tag to v0.8.15 #7

Workflow file for this run

---
name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: earthly/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.15"
- uses: actions/[email protected]
- name: Run lint
run: |
earthly +lint
env:
EARTHLY_CI: true
test:
runs-on: ubuntu-latest
steps:
- uses: earthly/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.15"
- uses: actions/[email protected]
- name: Run tests
run: |
earthly +test
env:
EARTHLY_CI: true