Skip to content

update doc/tunnel.md #50

update doc/tunnel.md

update doc/tunnel.md #50

name: auto prettier
on:
push:
paths:
- 'site/**'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --config ./site/.prettierrc.json --ignore-path ./site/.prettierignore --write ./site