diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e577076..bc46dac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,16 +7,7 @@ on: branches: [ master ] workflow_dispatch: - jobs: - shellcheck: - name: Shellcheck - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Run ShellCheck. - uses: ludeeus/action-shellcheck@master - build: name: Building ISO. runs-on: ubuntu-latest