Skip to content

build: bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.25 #1188

build: bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.25

build: bump github.com/microcosm-cc/bluemonday from 1.0.21 to 1.0.25 #1188

Workflow file for this run

name: "Linting pr"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
prlint:
name: Lint PR
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- name: Lint PR
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}