Skip to content

chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6; run [DynamicXml] #11178

chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6; run [DynamicXml]

chore(deps): bump @xmldom/xmldom from 0.9.5 to 0.9.6; run [DynamicXml] #11178

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- 'gh-pages'
- 'dependabot/**'
jobs:
test-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
with:
node-version: 20
- name: ESLint
if: always()
run: npm run lint
- name: 'Prettier check (quick fix: `npm run prettier`)'
if: always()
run: npm run prettier:check