Skip to content

Commit

Permalink
Leave spelling2.yml blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 29, 2022
1 parent ab021f4 commit 12ac153
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/spelling2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq
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 12ac153

Please sign in to comment.