Skip to content

Bump dompurify from 3.0.5 to 3.0.6 (#850) #918

Bump dompurify from 3.0.5 to 3.0.6 (#850)

Bump dompurify from 3.0.5 to 3.0.6 (#850) #918

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run fmt
- run: npm run lint
- run: npm run build