Trying group.
This commit is contained in:
parent
5e60fd2454
commit
9da96990aa
1 changed files with 4 additions and 2 deletions
6
.github/actions/setup/action.yml
vendored
6
.github/actions/setup/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue