From 9da96990aaa667da0d25d6962a8fd1f9b33cb575 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 11:43:43 +0300 Subject: [PATCH] Trying group. --- .github/actions/setup/action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index bb59037..f911c37 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -57,7 +57,7 @@ runs: echo .qlot/bin >> $GITHUB_PATH echo ::endgroup:: - - name: Test Ros + - name: Run a custom Roswell Script shell: ros -Q -- {0} "$@" run: | (progn @@ -67,10 +67,12 @@ runs: (defun main (args) (declare (ignore args)) + (format t "::group::Custom Roswell Script~%") (format t "Lisp: ~A ~A~%ASDF: ~A~%" (lisp-implementation-version) (lisp-implementation-type) - (asdf:asdf-version))) + (asdf:asdf-version)) + (format t "::endgroup::~%")) # - name: Test # shell: bash