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

feat: Add OrderView component for airline orders, update flight types #52

feat: Add OrderView component for airline orders, update flight types

feat: Add OrderView component for airline orders, update flight types #52

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