8000 fix: try a little bit harder to handle multi-cell glyphs · wincent/command-t@9e541b8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: try a little bit harder to handle multi-cell glyphs #197

fix: try a little bit harder to handle multi-cell glyphs

fix: try a little bit harder to handle multi-cell glyphs #197

Workflow file for this run

name: prettier
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
style:
runs-on: ubuntu-22.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- uses: actionsx/prettier@v3
with:
args: --list-different "**/*.md"
0