Skip to content

post-move cleanup

post-move cleanup #41

Workflow file for this run

name: Check Markdown and Examples
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
if: github.owner == "stac-extensions"

Check failure on line 13 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Check Markdown and Examples

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 13, Col: 9): Unexpected symbol: '"stac-extensions"'. Located at position 17 within expression: github.owner == "stac-extensions"
steps:
- uses: actions/setup-node@v3
with:
node-version: "lts/*"
- uses: actions/checkout@v4
- run: |
npm install
npm test