Skip to content

Update README.md

Update README.md #2

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_version: 3.0.2
prettier_options: --check src
prettier_plugins: '@trivago/prettier-plugin-sort-imports prettier-plugin-tailwindcss'