This commit is contained in:
lawrencegripper
2025-01-31 10:46:52 +00:00
parent 50e09973d0
commit 613e24f3cd

View File

@@ -6,6 +6,10 @@ on:
schedule:
- cron: '0 0 * * *' # Run at midnight UTC every day
permissions:
issues: write
contents: read
jobs:
validate-json:
runs-on: ubuntu-latest
@@ -16,3 +20,5 @@ jobs:
- name: Validate JSON Schema
shell: pwsh
run: ./helpers/CheckOutdatedVersionPinning.ps1
env:
GH_TOKEN: ${{ github.token }}