Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 22, 2024
1 parent 526dfe7 commit 4bc05f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/check-v.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check correct version
on:
push:

jobs:
check_v_in_example:
runs-on: ubuntu-latest
name: Test version
steps:
- name: Check version
uses: JJ/github-action-check-version-in-readme-is-latest@v1

0 comments on commit 4bc05f1

Please sign in to comment.