Skip to content

Merge remote-tracking branch 'origin/main' into Add-CI-for-packages #4

Merge remote-tracking branch 'origin/main' into Add-CI-for-packages

Merge remote-tracking branch 'origin/main' into Add-CI-for-packages #4

Workflow file for this run

name: Playground package workflow runner
on:
push:
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ESLint check
uses: ./.github/actions/lint
with:
package-name: document-playground
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the package
uses: ./.github/actions/build
with:
package-name: document-playground