Skip to content

Make AGENTS.md the canonical agent doc, imported by CLAUDE.md #56

Make AGENTS.md the canonical agent doc, imported by CLAUDE.md

Make AGENTS.md the canonical agent doc, imported by CLAUDE.md #56

Workflow file for this run

name: PR
on:
pull_request:
paths:
- '**'
- '!**/*.md'
- '!**/*.yml'
- '!**/*.yaml'
- '.github/workflows/pr.yml'
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true
permissions:
packages: read
jobs:
vs-ponyc-release:
name: Test against recent ponyc release
runs-on: ubuntu-latest
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-pcre:release
steps:
- uses: actions/checkout@v6.0.2
- name: Test
run: make test config=debug