Skip to content

Docs/6 project document to use only docs #2

Docs/6 project document to use only docs

Docs/6 project document to use only docs #2

Workflow file for this run

name: Test Build
on:
pull_request:
branch:
- dev
jobs:
test-build-project-doc:
timeout-minutes: 3
name: build a project
runs-on: ubuntu-latest
default:

Check failure on line 13 in .github/workflows/test-build.yml

View workflow run for this annotation

GitHub Actions / Test Build

Invalid workflow file

The workflow is not valid. .github/workflows/test-build.yml (Line: 13, Col: 5): Unexpected value 'default'
run:
working-directory: ./docs/project
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install package
run: bun install
- name: Check format
run: bun run build
action-timeline:
needs: [test-build-project-doc]
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2