Skip to content

Code Review

Code Review #2

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: cesium-curated-content-samples-ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
install:

Check failure on line 15 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / cesium-curated-content-samples-ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 15, Col: 5): Unexpected value 'install'
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm install
- run: pnpm build