Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
396 Bytes
name: Prettier CLI
# This action works with pull requests and pushes
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v2.2
with:
prettier_options: --write **/*.{js,tsx,ts,md}