Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

refactor: Update LuggageController to use userService instead of … #68

refactor: Update LuggageController to use userService instead of …

refactor: Update LuggageController to use userService instead of … #68

name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
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 }}