mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 10:04:34 +01:00
Create qodana.yml
This commit is contained in:
parent
eef3b105b9
commit
3c73d2a721
1 changed files with 19 additions and 0 deletions
19
.github/workflows/qodana.yml
vendored
Normal file
19
.github/workflows/qodana.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Qodana
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
qodana:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: 'Qodana Scan'
|
||||
uses: JetBrains/qodana-action@v2022.3.3
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
Loading…
Reference in a new issue