Skip to content

Commit

Permalink
add jazzsequence/action-validate-plugin-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 26, 2024
1 parent a6969b3 commit f114721
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/validate-plugin-tested-up-to-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Validate Tested Up To Version
on:
schedule:
- cron: '0 0 * * 0'

permissions:
pull-requests: write
contents: write

jobs:
validate-plugin-version:
runs-on: ubuntu-latest
name: Validate Plugin Tested Up To
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jazzsequence/action-validate-plugin-version@v1
branch: 'master'

0 comments on commit f114721

Please sign in to comment.