Skip to content

fix: preventing html escaping + module renaming #121

fix: preventing html escaping + module renaming

fix: preventing html escaping + module renaming #121

Workflow file for this run

name: Build
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
disma_build:
name: disma:build
uses: ./.github/workflows/build.template.yml
with:
package: disma
disma-cli_build:
name: disma-cli:build
needs: disma_build
uses: ./.github/workflows/build.template.yml
with:
package: disma-cli