Fixed indentation.

This commit is contained in:
Alexander Artemenko 2021-02-02 10:23:23 +03:00
parent 4acf3b1791
commit dbe74c698a

View file

@ -4,7 +4,7 @@ inputs:
qlfile-template: qlfile-template:
description: 'Jinja template for qlfile' description: 'Jinja template for qlfile'
required: false required: false
default: 'no temlplate' default: 'no temlplate'
lisp-system: lisp-system:
description: 'ASDF system to install and test' description: 'ASDF system to install and test'
required: false required: false
@ -58,17 +58,17 @@ runs:
fi fi
fi fi
qlot install qlot install
- name: Install System - name: Install System
run: | run: |
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
qlot exec ros install 40ants/defmain qlot exec ros install 40ants/defmain
fi fi
qlot exec ros install cl-info qlot exec ros install cl-info
- name: Install System - name: Install System
run: | run: |
if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then if [[ "${QUICKLISP_DIST}" == 'quicklisp' ]]; then
qlot exec ros install 40ants/defmain qlot exec ros install 40ants/defmain
fi fi
qlot exec ros install cl-info qlot exec ros install cl-info