Skip to content

ci: prettier check workflow #1

ci: prettier check workflow

ci: prettier check workflow #1

Workflow file for this run

name: validate-docs
on:
push:
paths:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
prettier:
- uses: actions/checkout@v4

Check failure on line 14 in .github/workflows/validate-docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/validate-docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- uses: actionsx/prettier@v3
with:
args: --check .