Skip to content

chore: bump postcss from 8.4.31 to 8.4.47 #1489

chore: bump postcss from 8.4.31 to 8.4.47

chore: bump postcss from 8.4.31 to 8.4.47 #1489

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 }}'