Skip to content

Correct workflow

Correct workflow #6

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier
steps:
- name: Checkout-repository
uses: actions/checkout@v4
- name: Run prettier
- uses: pre-commit/[email protected]
with:
extra_args: prettier