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