Skip to content

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /serverpackcreator-web-frontend #33

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /serverpackcreator-web-frontend

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /serverpackcreator-web-frontend #33

Workflow file for this run

name: Qodana Scan
on:
push:
tags-ignore:
- '**'
pull_request:
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
use-caches: true
cache-default-branch-only: true