Skip to content

schedule: add painel #125

schedule: add painel

schedule: add painel #125

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