Skip to content

use earthly for CI build #20

use earthly for CI build

use earthly for CI build #20

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- name: Run build
run: earthly --ci +all