Skip to content

build(deps): bump size-limit from 10.0.2 to 11.0.0 #8

build(deps): bump size-limit from 10.0.2 to 11.0.0

build(deps): bump size-limit from 10.0.2 to 11.0.0 #8

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}