未验证 提交 4ffecd64 编写于 作者: A Asher

Check for bashisms in install script

上级 3339853c
......@@ -20,8 +20,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install bats
run: apk add bats
- name: Install test utilities
run: apk add bats checkbashisms
- name: Check Bashisms
run: checkbashisms ./install.sh
- name: Run script unit tests
run: ./ci/dev/test-scripts.sh
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册