Skip to content

Correct workflow

Correct workflow #7

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier

Check failure on line 10 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yaml (Line: 10, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout-repository
uses: actions/checkout@v4
- name: Run prettier
uses: pre-commit/[email protected]
with:
extra_args: prettier