mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 14:11:34 +00:00
Qodona Workflow
This commit is contained in:
12
.github/workflows/qodona.yml
vendored
Normal file
12
.github/workflows/qodona.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Qodona
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Qodana Scan
|
||||||
|
uses: JetBrains/qodana-action@main
|
||||||
|
env:
|
||||||
|
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
Reference in New Issue
Block a user