Skip to content

docs: correct host package lists and file counts in README #68

docs: correct host package lists and file counts in README

docs: correct host package lists and file counts in README #68

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1