Remove non needed spell checks

This commit is contained in:
Alfred Gedeon 2020-09-16 12:11:07 -07:00
parent acee77be5b
commit 4be72bc9d3

View file

@ -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