Skip to content

[GitHub Action] Automatically open a PR for accepted guideline issues #2

[GitHub Action] Automatically open a PR for accepted guideline issues

[GitHub Action] Automatically open a PR for accepted guideline issues #2

Workflow file for this run

name: Snapshot Tests for auto-pr
on:
push:

Check failure on line 4 in .github/workflows/snapshot-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/snapshot-ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
paths:
- 'generate_guideline_templates.py'
- 'scripts/auto-pr-helper.py'
- '.github/auto-pr-tests/**'
workflow_dispatch: # also allow manual runs
jobs:
snapshot-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install uv
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Run snapshot tests
run: |
uv run python .github/auto-pr-tests/test_runner.py