Skip to content

Bump dompurify from 3.0.11 to 3.1.2 #149

Bump dompurify from 3.0.11 to 3.1.2

Bump dompurify from 3.0.11 to 3.1.2 #149

Workflow file for this run

name: "Automerge"
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
browser: ["chrome", "opera", "firefox"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.x"
cache: "yarn"
- run: yarn install
- run: npx grunt build --clientId=${{ secrets.FEEDLY_CLIENT_ID }} --clientSecret=${{ secrets.FEEDLY_CLIENT_SECRET }} --browser=${{ matrix.browser }}
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}