Skip to content

fix: make networking section header responsive #1

fix: make networking section header responsive

fix: make networking section header responsive #1

Workflow file for this run

name: PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- 'src/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: mongolyy/reviewdog-action-biome@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review