nextcloud-spreed-signaling/.github/workflows/check-continentmap.yml
2023-01-17 11:29:54 +01:00

19 lines
253 B
YAML

name: check-continentmap
on:
schedule:
- cron: "0 2 * * SUN"
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check continentmap
run: make check-continentmap