commit 51087b14055224e611951acb398ae60fc14ae4aa parent 86a6d898a1515fa11d1b8e22ca998aa74a58ad30 Author: JohnMcPMS <johnmcp@microsoft.com> Date: Thu, 9 Sep 2021 11:50:53 -0700 Spelling (#1447) Diffstat:
| A | .github/workflows/spelling.yml | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml @@ -0,0 +1,17 @@ +# spelling.yml is disabled per +https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fcheck-spelling%2Fcheck-spelling%2Fsecurity%2Fadvisories%2FGHSA-g86g-chm8-7r2p&data=04%7C01%7Cjohnmcp%40xbox.com%7Cdcb0dc219fbd463785c108d94fd923c3%7C72f988bf86f141af91ab2d7cd011db47%7C0%7C0%7C637628616589409754%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=DtBPkkcHlXoiJOyGb2AM7iYl3QhiXVw4ouctYne%2Bnkw%3D&reserved=0 +name: Workflow should not run! +on: + push: + branches: '' + +jobs: + placeholder: + name: Should be disabled + runs-on: ubuntu-latest + if: false + steps: + - name: Task + run: | + echo 'Running this task would be bad' + exit 1