Skip to content

build(deps): bump size-limit from 11.0.0 to 11.0.1 #14

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

build(deps): bump size-limit from 11.0.0 to 11.0.1 #14

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 }}