Skip to content

try fixing the workflow #4

try fixing the workflow

try fixing the workflow #4

Workflow file for this run

name: Validate TOML Files
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Validate Files
run: python .github/workflows/validate_toml.py