html_parse 1.1.2

Html parser, wrapper of html5ever
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: ci
on:
  workflow_dispatch:
  pull_request:
  push:
    branches:
      - main
permissions:
  contents: read
# Spend CI time only on latest ref
concurrency:
  group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  cancel-in-progress: true
jobs:
  check:
    uses: ./.github/workflows/check.yml
  test:
    uses: ./.github/workflows/test.yml