Skip to content

fix(security): update mdast-util-to-hast from 13.2.0 to 13.2.1 #338

fix(security): update mdast-util-to-hast from 13.2.0 to 13.2.1

fix(security): update mdast-util-to-hast from 13.2.0 to 13.2.1 #338

Workflow file for this run

# Put action within a raw block so that the curly bracket expressions aren't picked up by the cookiecutter
#
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
#