Skip to content

ci: add repository health check #1

ci: add repository health check

ci: add repository health check #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
repository-health:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check repository has public surface
run: test -f README.md || test -f index.html