Skip to content

Commit

Permalink
Setup jazzsequence/action-validate-plugin-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Jan 7, 2025
1 parent 2d90c0a commit 6492920
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/plugin-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate "Tested Up To"

on:
schedule:
- cron: '0 0 * * 0'

permissions:
contents: write
pull-requests: write

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate Plugin Version
uses: jazzsequence/[email protected]

0 comments on commit 6492920

Please sign in to comment.