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

feat: Update page title to "智慧机场管理系统" #59

feat: Update page title to "智慧机场管理系统"

feat: Update page title to "智慧机场管理系统" #59

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