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