Skip to content

Clean DevEx template docs after stabilization #4

Clean DevEx template docs after stabilization

Clean DevEx template docs after stabilization #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
quality:
uses: ./.github/workflows/reusable-quality.yml
with:
setup-node: false
run-format-check: false
run-lint: false
run-test: false