Skip to content

Log Dify security policy PR #27

Log Dify security policy PR

Log Dify security policy PR #27

Workflow file for this run

name: Validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Validate repository
run: python3 scripts/validate_repo.py