Skip to content

chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#3242) #1011

chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#3242)

chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#3242) #1011

Workflow file for this run

name: Code quality
on:
pull_request:
branches:
- "main"
- "*/main/*/**"
push:
branches:
- "main"
- "*/main/*/**"
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci . --files-ignore-unknown=true