Skip to content

feat: Add support for OPDS namespace fields to Atom feeds #391

feat: Add support for OPDS namespace fields to Atom feeds

feat: Add support for OPDS namespace fields to Atom feeds #391

Workflow file for this run

name: Compatibility
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
jobs:
compatibility:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile --ignore-scripts
- name: Build package
run: bun run build
- name: Install compatibility test dependencies
working-directory: compatibility
run: bun install --frozen-lockfile --ignore-scripts
- name: Run compatibility tests
working-directory: compatibility
run: ./test.sh