Skip to content

chore: bump nanoid from 3.3.6 to 3.3.8 #1493

chore: bump nanoid from 3.3.6 to 3.3.8

chore: bump nanoid from 3.3.6 to 3.3.8 #1493

Workflow file for this run

name: "Check Markdown Format"
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16.x'
cache: 'yarn'
- run: yarn
- run: yarn lint
- name: Check diff
run: git diff --exit-code ${{ github.sha }}
- name: Create Pull Request
if: failure()
uses: peter-evans/create-pull-request@v7
with:
commit-message: "style: format Markdown files"
title: "style: format Markdown files for ${{ github.ref }}"
labels: "style"
assignees: "${{ github.actor }}"
reviewers: "${{ github.actor }}"
branch: 'auto-pr/remark-lint/${{ github.ref }}'