Skip to content

Merge branch 'master' of https://github.com/yp969803/Tracer #18

Merge branch 'master' of https://github.com/yp969803/Tracer

Merge branch 'master' of https://github.com/yp969803/Tracer #18

Workflow file for this run

name: Prettier
on: push
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Run Prettier
uses: creyD/prettier_action@v4.3
with:
dry: True
prettier_options: "--check ."