Skip to content

Bump http-proxy-middleware from 2.0.7 to 2.0.9 #6

Bump http-proxy-middleware from 2.0.7 to 2.0.9

Bump http-proxy-middleware from 2.0.7 to 2.0.9 #6

Workflow file for this run

name: GrapesJS Plugin Quality Checks
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
quality-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-project
- name: TS Check
run: npm run ts:check
- name: Lint
run: npm run lint
- name: Format Check
run: npm run format:check