Skip to content

Cryptonaito

Cryptonaito #7423

Workflow file for this run

---
name: Workflow - Pull Request
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run prettier
run: |-
npx prettier --check .
npx prettier --write .
validate-entry:
name: Validate entries
uses: ./.github/workflows/validate-entry.yml
check-file-changes:
name: Check file changes
uses: ./.github/workflows/check-file-changes.yml

Check failure on line 25 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/check-file-changes.yml" : You have an error in your yaml syntax on line 20