Skip to content

Run createSchemas.py on push to /schemas #3

Run createSchemas.py on push to /schemas

Run createSchemas.py on push to /schemas #3

Workflow file for this run

name: Run createSchemas.py on push to /schemas
on:
push:
paths:
- 'schemas/**'
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
run-create-schemas:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run createSchemas.py
run: python src/createSchemas.py