Skip to content

Commit

Permalink
Spelling (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS authored Sep 9, 2021
1 parent 86a6d89 commit 51087b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51087b1

Please sign in to comment.