Skip to content

update job-application readme and templates.json #22

update job-application readme and templates.json

update job-application readme and templates.json #22

Workflow file for this run

name: validate
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
validate-templates:
name: validate-template-registry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Validate templates.json and template files
run: python .github/scripts/validate_templates.py