From 4be72bc9d3e33e02d3ea081b8ed95020541fd147 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Wed, 16 Sep 2020 12:11:07 -0700 Subject: [PATCH] Remove non needed spell checks --- .github/workflows/ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 -