8000 review comments · whatwg/sg@6a8bab8 · GitHub
[go: up one dir, main page]

Skip to content
< 6DD2 svg width="16" height="16" class="octicon octicon-check-circle-fill color-fg-success" aria-label="completed successfully: " viewBox="0 0 16 16" version="1.1" role="img">

Add Cookie Store API standard to Fetch workstream #247

Add Cookie Store API standard to Fetch workstream

Add Cookie Store API standard to Fetch workstream #247

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python db.py validate
0