Skip to content

Fixed editable page title in readonly-mode #2394

Fixed editable page title in readonly-mode

Fixed editable page title in readonly-mode #2394

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.4.3
- name: Run build
run: deno task build
- name: Run type check
run: deno task check
- name: Run lint
run: deno task lint
- name: Run tests
run: deno task test