Skip to content

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs #176

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs

Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs #176

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: 📋 Lint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v5
- name: 📦 Install Mise
run: |
curl https://mise.run | sh
mise install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 🧪 Lint
run: |
mise run lint