Skip to content

fix: stripHtml method to remove style, script and iframes before extr… #37

fix: stripHtml method to remove style, script and iframes before extr…

fix: stripHtml method to remove style, script and iframes before extr… #37

Workflow file for this run

name: Main
on:
workflow_dispatch:
push:
branches: [main, next]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: [lint, test]
uses: ./.github/workflows/release.yml
secrets: inherit