Remove: windowdesc-ini-key workflow, as this is now performed more reliably by a unit-test.
This commit is contained in:
committed by
Peter Nelson
parent
e563057478
commit
cda896bca5
24
.github/workflows/windowdesc-ini-key.yml
vendored
24
.github/workflows/windowdesc-ini-key.yml
vendored
@@ -1,24 +0,0 @@
|
||||
name: WindowDesc ini_key
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
|
||||
|
||||
jobs:
|
||||
windowdesc-ini-key:
|
||||
name: WindowDesc ini_key issues
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check for ini_key issues in WindowDesc entries
|
||||
shell: bash
|
||||
run: |
|
||||
python3 .github/windowdesc-ini-key.py
|
||||
Reference in New Issue
Block a user