Skip to content

combine the search archive tools #15

combine the search archive tools

combine the search archive tools #15

Workflow file for this run

name: test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: node tests/core.test.js
- run: node tests/content.test.js
- run: python scripts/package.py
- run: python tests/site.test.py
- run: python tests/package.test.py