Skip to content

Stream logs

Stream logs #36

Workflow file for this run

name: ishtar-ci
on:
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
timeout-minutes: 1
steps:

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.12.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: lint
run: pnpm lint
- name: format
run: pnpm format:check
- name: build
run: pnpm build