winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

spelling.yml (398B)


      1 # spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p
      2 name: Workflow should not run!
      3 on:
      4   push:
      5     branches: ''
      6 
      7 jobs:
      8   placeholder:
      9     name: Should be disabled
     10     runs-on: ubuntu-latest
     11     if: false
     12     steps:
     13       - name: Task
     14         run: |
     15           echo 'Running this task would be bad'
     16           exit 1