Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

chore: run lint format #6

chore: run lint format

chore: run lint format #6

Workflow file for this run

name: Prettier
on: push
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_plugins: "prettier-plugin-svelte"
prettier_options: --config .prettierrc --check .
dry: true