8000 Codeblock: Handle zooming for firefox + chrome · nginxinc/nginx-hugo-theme@468de92 · GitHub
[go: up one dir, main page]

Skip to content

Fix codeblock types not overlapping in callout #1870

Fix codeblock types not overlapping in callout

Fix codeblock types not overlapping in callout #1870

Workflow file for this run

name: Lint and Biome Check
# Run the workflow when code is pushed or when a pull request is created
on:
push:
branches:
- 'main'
pull_request:
jobs:
biome:
name: Run Biome
runs-on: ubuntu-latest
steps:
# Checkout the repository so the workflow has access to the code
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# Run the run-biome.sh script
- name: Run run-biome.sh
run: scripts/run-biome.sh
0