Skip to content

Self updating Jafama #53

Self updating Jafama

Self updating Jafama #53

Workflow file for this run

name: Qodana
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/[email protected]
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}