Check Pebble dep #20
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: Check Pebble dep | |
on: | |
schedule: | |
- cron: '0 8 * * 0,3' # Every Sun and Wed at 8:00 UTC | |
jobs: | |
check-pebble-dep: | |
runs-on: ubuntu-latest | |
env: | |
GH_TOKEN: ${{ github.token }} | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Check Pebble deps | |
shell: bash | |
run: scripts/check-pebble-dep.sh |