Add action.yml

This commit is contained in:
dsklyadnev 2024-07-30 13:46:58 +00:00
parent e6b062e605
commit da3a871775

9
action.yml Normal file
View file

@ -0,0 +1,9 @@
name: Test job
description: Some test
jobs:
test:
using: "composite"
steps:
- run: echo 'TEST JOB'