diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 782364f..567b245 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -27,12 +27,8 @@ env: EMAIL: jack20220723@gmail.com jobs: - yml-md-style-and-link-checks: - uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master - tests: name: Unit & Integration Tests - needs: yml-md-style-and-link-checks runs-on: ubuntu-latest steps: - uses: actions/checkout@v3