Checking if list of templates is up to date #1143
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: Checking if list of templates is up to date | |
on: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
templates: | |
name: 'Check list of templates' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v2 | |
- uses: ./.github/templates-list-validator | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |