Skip to content

docs: removing Continuous Integration (CI) badge #8

docs: removing Continuous Integration (CI) badge

docs: removing Continuous Integration (CI) badge #8

name: Continuous Integration (CI)
on: pull_request
env:
# Forcing Earthly to use colours, to make reading output easier.
FORCE_COLOR: 1
jobs:
compile:
name: Compile
runs-on: ubuntu-latest
steps:
- name: Download Earthly v0.8.6.
uses: earthly/actions-setup@v1
with:
version: v0.8.6
- name: Checkout code.
uses: actions/checkout@v4
- name: Compile.
run: earthly --ci +compile