Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Create LICENSE

Create LICENSE #337

Workflow file for this run

name: Prettier
# This action works with pull requests and pushes
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{css,js,ts,tsx,html,md} --print-width 120