Skip to content

Commit

Permalink
add a test for the validate plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Nov 26, 2024
1 parent 21ebb9a commit fc4a57e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test-validate-plugin-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate Plugin Version Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: List all branches
run: git branch -a
- name: Validate Plugin Version
uses: jazzsequence/action-validate-plugin-version@v1
with:
filenames: 'readme.txt,README.MD'
branch: 'release'
dry-run: true

0 comments on commit fc4a57e

Please sign in to comment.