Skip to content

Bump rollup from 4.53.3 to 4.59.0 in /13-js-api-pygments/ts #141

Bump rollup from 4.53.3 to 4.59.0 in /13-js-api-pygments/ts

Bump rollup from 4.53.3 to 4.59.0 in /13-js-api-pygments/ts #141

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Set up Python
run: uv python install 3.13
- name: Install dependencies
run: |
uv sync --dev
cd 01-hello && uv run pywrangler dev --help
- name: Run tests
run: uv run pytest -vv