diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b62a985..c218e07e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,15 +6,9 @@ on: branches: [master] workflow_dispatch: jobs: - spell-check: + url-check: runs-on: ubuntu-latest steps: - - name: Checkout Parent Repo - uses: actions/checkout@v2 - with: - ref: master - repository: aws/aws-iot-device-sdk-embedded-C - path: main - name: Clone This Repo uses: actions/checkout@v2 with: @@ -34,4 +28,3 @@ jobs: else exit 1 fi -