Fix PHPstan and get in line with new usage of add_option #257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "WordPress version checker" | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
issues: write | |
jobs: | |
wordpress-version-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: WordPress version checker | |
uses: skaut/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |