Skip to content

Correct workflow

Correct workflow #8

Workflow file for this run

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