Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 #68

Bump http-proxy-middleware from 2.0.6 to 2.0.7

Bump http-proxy-middleware from 2.0.6 to 2.0.7 #68

Workflow file for this run

name: Prettier and linter
on:
pull_request:
branches: [master]
jobs:
prettier-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint
- name: Run prettier
run: npm run prettier-check