Skip to content

Extend rbran's parser robustness fixes with file-backed bounds and co… #26

Extend rbran's parser robustness fixes with file-backed bounds and co…

Extend rbran's parser robustness fixes with file-backed bounds and co… #26

Workflow file for this run

name: Documentation Style
on:
push:
paths:
- ".github/workflows/docs-style.yml"
- "docs/brand.css"
- "docs/docs.css"
- "api-docs/cppdocs/binaryninja-docs.css"
- "api-docs/source/_static/css/other.css"
- "rust/rustdoc-brand.css"
- "scripts/gen_admonitions.py"
- "scripts/support-icons/**"
pull_request:
paths:
- ".github/workflows/docs-style.yml"
- "docs/brand.css"
- "docs/docs.css"
- "api-docs/cppdocs/binaryninja-docs.css"
- "api-docs/source/_static/css/other.css"
- "rust/rustdoc-brand.css"
- "scripts/gen_admonitions.py"
- "scripts/support-icons/**"
jobs:
generated-css:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check generated admonition CSS
run: python3 scripts/gen_admonitions.py --check