Skip to content

Test PR 2025-11-14T19:29:26.178Z #30

Test PR 2025-11-14T19:29:26.178Z

Test PR 2025-11-14T19:29:26.178Z #30

Workflow file for this run

name: PR Workflow
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: "echo \"Running tests for PR #${{ github.event.pull_request.number }}\""