validate
This commit is contained in:
parent
1af3a795de
commit
83a6f6287c
2 changed files with 3 additions and 2 deletions
14
validate/action.yml
Normal file
14
validate/action.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: 'idkyet builder'
|
||||
description: 'builder for the idkyet linux project'
|
||||
inputs:
|
||||
layer_config_file:
|
||||
description: 'layer config file'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Validate image
|
||||
uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031700
|
||||
with:
|
||||
args: validate ${{ inputs.layer_config_file }}
|
Loading…
Add table
Add a link
Reference in a new issue