Skip to content

Harden hosted Level 4 anchor handling #23

Harden hosted Level 4 anchor handling

Harden hosted Level 4 anchor handling #23

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run local verification suite
run: make test