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

chore: bump lint dependencies (#34) #2

chore: bump lint dependencies (#34)

chore: bump lint dependencies (#34) #2

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