survey-extraction/.github/workflows/sharepoint_validator.yml
2025-03-13 20:11:50 +00:00

24 lines
No EOL
454 B
YAML

on:
schedule:
- cron: '0 9 * * *'
workflow_dispatch:
jobs:
check_status_code:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: run script
run: |
bash run_daily_script.sh