Skip to content

Merge branch 'release-1.7.0' into dependabot/npm_and_yarn/dompurify-2… #452

Merge branch 'release-1.7.0' into dependabot/npm_and_yarn/dompurify-2…

Merge branch 'release-1.7.0' into dependabot/npm_and_yarn/dompurify-2… #452

Workflow file for this run

name: eslint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint