Skip to content

Commit

Permalink
Merge pull request #819 from PopupMaker/feature/automated-tested-to-c…
Browse files Browse the repository at this point in the history
…hecking

Add workflow for checking tested up to version
  • Loading branch information
danieliser authored Jun 4, 2020
2 parents f415e98 + dc57048 commit bc2bb42
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tested-up-to-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "WordPress version checker"
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'

jobs:
wordpress-version-checker:
runs-on: ubuntu-latest
steps:
- name: WordPress version checker
uses: skaut/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bc2bb42

Please sign in to comment.