Skip to content

micromark upgrade #1034

micromark upgrade

micromark upgrade #1034

Workflow file for this run

name: Regression test
on:
issue_comment:
types: [created]
jobs:
test:
if: ${{ startsWith(github.event.comment.body, 'run') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
with:
path: repositories
key: v2-${{ hashFiles('repositories.json') }}
- uses: actions/setup-node@v6
with:
node-version: "24"
- run: yarn
- run: yarn execute
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Reports
uses: actions/upload-artifact@v5
with:
name: Reports
path: reports