Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Introduce "convert" command #1

Introduce "convert" command

Introduce "convert" command #1

Workflow file for this run

---
name: 'run enki unit tests'
on:
pull_request:
concurrency:
group: enki-${{ github.ref || github.head_ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1.0.7
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
run: cd tools-image/enki && earthly -P +test