8000 Change Streams Workstream editor to Mattias Buelens · whatwg/sg@cb0d769 · GitHub
[go: up one dir, main page]

Skip to content

Change Streams Workstream editor to Mattias Buelens #260

Change Streams Workstream editor to Mattias Buelens

Change Streams Workstream editor to Mattias Buelens #260

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