Skip to content

Add allowed attributes in inline HTML rendering option and fix stuff. #47

Add allowed attributes in inline HTML rendering option and fix stuff.

Add allowed attributes in inline HTML rendering option and fix stuff. #47

Workflow file for this run

name: "Test"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup Deno"
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: "Check"
run: deno task check
- name: "Test"
run: deno task test
- name: "Build"
run: deno task build