Skip to content

aggiunta nuove domande, prese dalle rec del webinar #6

aggiunta nuove domande, prese dalle rec del webinar

aggiunta nuove domande, prese dalle rec del webinar #6

name: Validate questions
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on: [pull_request]
jobs:
validate-questions:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate questions
run: python scripts/validate_questions.py
shell: sh