Skip to content

add error in reasponse #1

add error in reasponse

add error in reasponse #1

Workflow file for this run

name: build

Check failure on line 1 in .github/workflows/cli-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cli-test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: env
on:
workflow_dispatch:
jobs:
env:
GPTOOLS_TOKEN: ${{ secrets.GPTOOLS_TOKEN }}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: yarn
- run: yarn install --frozen-lockfile
- name: compile
run: yarn compile
- name: run gptools
run: node packages/cli/built/gptools.js front-matter README.md -ot $GITHUB_STEP_SUMMARY