Skip to content

Merge pull request #296 from PratGit1606/typo-changes #723

Merge pull request #296 from PratGit1606/typo-changes

Merge pull request #296 from PratGit1606/typo-changes #723

Workflow file for this run

name: Test yaml
on:
push:
branches: ['master']
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Test yaml
run: |
_test/test_yaml.py