@@ -9,8 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Docker
|
- name: Install shellcheck
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: apt install -y shellcheck
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: shellcheck.sh
|
||||||
shell: bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user