From da3a871775dd5a227e19013538929da29ad4ae2e Mon Sep 17 00:00:00 2001 From: dsklyadnev Date: Tue, 30 Jul 2024 13:46:58 +0000 Subject: [PATCH] Add action.yml --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..373c049 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: Test job + +description: Some test + +jobs: + test: + using: "composite" + steps: + - run: echo 'TEST JOB' \ No newline at end of file