Skip to content

Fix. 修复字体大小在移动版视图中的显示问题 #4

Fix. 修复字体大小在移动版视图中的显示问题

Fix. 修复字体大小在移动版视图中的显示问题 #4

Workflow file for this run

on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
name: prettier-bot
steps:
- uses: actions/checkout@v3
- name: Tree
uses: RavelloH/[email protected]
- name: commit
continue-on-error: True
run: |
git init
git pull
git config --local user.email "[email protected]"
git config --local user.name "Ravello-H"
git add .
git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit
git status
git push -f