Skip to content

style: put name of package in block in unit test reports #8

style: put name of package in block in unit test reports

style: put name of package in block in unit test reports #8

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: '@editorjs/document-playground'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the package
uses: ./.github/actions/build
with:
package-name: '@editorjs/document-playground'