Skip to content

docs: professional README (badges, comparison table, backend matrix),… #8

docs: professional README (badges, comparison table, backend matrix),…

docs: professional README (badges, comparison table, backend matrix),… #8

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -e ".[dev,yaml,api]"
- run: pytest -q
self-scan:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: ./
with:
path: examples/demo-npm
fail-on: none