Skip to content

chore(deps): bump qs from 6.5.2 to 6.13.0 in /test/e2e/proxy #5007

chore(deps): bump qs from 6.5.2 to 6.13.0 in /test/e2e/proxy

chore(deps): bump qs from 6.5.2 to 6.13.0 in /test/e2e/proxy #5007

Workflow file for this run

name: Format
on:
pull_request:
merge_group:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.22"
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color