E5E1 normalize db · whatwg/sg@4b0fa7a · GitHub
[go: up one dir, main page]

Skip to content

Add Cookie Store API standard to Fetch workstream #246

< 61C8 button id="dialog-show-dialog-05122385-7d2a-4adf-90bd-9dfc44b5e4ff" data-show-dialog-id="dialog-05122385-7d2a-4adf-90bd-9dfc44b5e4ff" type="button" data-view-component="true" class="Truncate Button--invisible Button--medium Button Button--invisible-noVisuals color-fg-default flex-items-center ml-1">

Workflow file

Add Cookie Store API standard to Fetch workstream

Add Cookie Store API standard to Fetch workstream #246

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