Merge pull request #70 from Itxaka/osbuilder_go

This commit is contained in:
Itxaka
2023-07-20 08:58:50 +02:00
committed by GitHub
26 changed files with 3547 additions and 73 deletions

24
.github/workflows/enki.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
---
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