Skip to content

Bump node-html-parser from 6.1.13 to 7.0.1 #212

Bump node-html-parser from 6.1.13 to 7.0.1

Bump node-html-parser from 6.1.13 to 7.0.1 #212

Workflow file for this run

name: Run Linter
on:
push:
branches: [ develop ]
pull_request:
types: [ opened, synchronize, reopened ]
paths:
- 'src/**'
- 'tests/**'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 21.x
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install --immutable
- name: Run ESLint on changed files
uses: tj-actions/eslint-changed-files@v25
with:
token: ${{ secrets.GITHUB_TOKEN }}